| @@ -23,7 +23,7 @@ discard block | ||
| 23 | 23 | |
| 24 | 24 | public static function SetShortcutForAll($bool) | 
| 25 | 25 |          { | 
| 26 | - self::$SHORTCUT_FOR_ALL=(bool)$bool; | |
| 26 | + self::$SHORTCUT_FOR_ALL=(bool) $bool; | |
| 27 | 27 | } | 
| 28 | 28 | public static function create($classname, $name=self::CAN_NEVER_EVER_CHOOSE_THIS_AS_FUNCTION_NAME) | 
| 29 | 29 |          { | 
| @@ -86,7 +86,7 @@ discard block | ||
| 86 | 86 | } | 
| 87 | 87 | } | 
| 88 | 88 | |
| 89 | - private static function getParameterDeclaration(\reflectionParameter $param, &$tmp, &$count,$method) | |
| 89 | + private static function getParameterDeclaration(\reflectionParameter $param, &$tmp, &$count, $method) | |
| 90 | 90 |          { | 
| 91 | 91 |              if ($param->isPassedByReference()) { | 
| 92 | 92 | $tmp='&$'.$param->getName(); |