Index: branches/5.3.x/core/kernel/application.php =================================================================== diff -u -N -r16213 -r16220 --- branches/5.3.x/core/kernel/application.php (.../application.php) (revision 16213) +++ branches/5.3.x/core/kernel/application.php (.../application.php) (revision 16220) @@ -1,6 +1,6 @@ hasObject($name) && $this->isDebugMode() && ($name == '_prefix_here_') ) { // first time, when object with "_prefix_here_" prefix is accessed @@ -2280,7 +2280,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); }