Completed
Pull Request — master (#62)
by Abdelouahab
02:33 queued 45s
created
vendor/composer/autoload_static.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -177,6 +177,9 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.