Index: branches/5.2.x/core/kernel/application.php =================================================================== diff -u -N -r16413 -r16421 --- branches/5.2.x/core/kernel/application.php (.../application.php) (revision 16413) +++ branches/5.2.x/core/kernel/application.php (.../application.php) (revision 16421) @@ -1,6 +1,6 @@ hasObject($name) && $this->isDebugMode() && ($name == '_prefix_here_') ) { // first time, when object with "_prefix_here_" prefix is accessed @@ -2290,7 +2290,7 @@ * @return kBase * @access public */ - public function makeClass($pseudo_class, $arguments = Array ()) + public function makeClass($pseudo_class, array $arguments = array()) { return $this->Factory->makeClass($pseudo_class, $arguments); }