@@ -177,6 +177,9 @@ |
||
177 | 177 | 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/recursion-context/src/InvalidArgumentException.php', |
178 | 178 | ); |
179 | 179 | |
180 | + /** |
|
181 | + * @return callable |
|
182 | + */ |
|
180 | 183 | public static function getInitializer(ClassLoader $loader) |
181 | 184 | { |
182 | 185 | return \Closure::bind(function () use ($loader) { |