@@ -230,6 +230,9 @@ |
||
| 230 | 230 | ); |
| 231 | 231 | } |
| 232 | 232 | |
| 233 | + /** |
|
| 234 | + * @param string $methodName |
|
| 235 | + */ |
|
| 233 | 236 | protected function getAccessibleMethod(PhpQuickProfiler $profiler, $methodName) |
| 234 | 237 | { |
| 235 | 238 | $reflectedConsole = new ReflectionClass(get_class($profiler)); |
@@ -1,4 +1,4 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -require_once __DIR__ . '/../vendor/autoload.php'; |
|
| 4 | -require_once __DIR__ . '/function-overrides.php'; |
|
| 3 | +require_once __DIR__.'/../vendor/autoload.php'; |
|
| 4 | +require_once __DIR__.'/function-overrides.php'; |
|