@@ -82,8 +82,8 @@ discard block |
||
82 | 82 | |
83 | 83 | } |
84 | 84 | |
85 | - private static function BuildCacheAndShow($classname,$name,$file,$Dir,$fullQualifiedClassname,$fileExists,$reflectionClass,$reflectionMethod,$notInstantiable,$private_scope){ |
|
86 | - self::getSignature($reflectionMethod, $signature, $parameters, $paramsNum, $count); |
|
85 | + private static function BuildCacheAndShow($classname,$name,$file,$Dir,$fullQualifiedClassname,$fileExists,$reflectionClass,$reflectionMethod,$notInstantiable,$private_scope){ |
|
86 | + self::getSignature($reflectionMethod, $signature, $parameters, $paramsNum, $count); |
|
87 | 87 | $hasInternal=''; |
88 | 88 | if ($count) { |
89 | 89 | self::BuildTheSwitch($hasInternal, $count, $paramsNum, $parameters, $classname); |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | self::handleInternals($Shortcut, $hasInternal, $parameters, $signature, $classname); |
94 | 94 | |
95 | 95 | return self::pushAndShow($file, $Shortcut); |
96 | - } |
|
96 | + } |
|
97 | 97 | |
98 | 98 | private static function getSignature(\ReflectionMethod $method, &$signature, &$parameters, &$paramsNum, &$count) |
99 | 99 | { |