Test Failed
Push — master ( 4f2669...e5607e )
by Joe
02:33
created
vendor/composer/autoload_static.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -6,6 +6,9 @@
 block discarded – undo
6 6
 
7 7
 class ComposerStaticInitb54f2ab986e91ad1d6ec93d3f8a2b211
8 8
 {
9
+    /**
10
+     * @return callable
11
+     */
9 12
     public static function getInitializer(ClassLoader $loader)
10 13
     {
11 14
         return \Closure::bind(function () use ($loader) {
Please login to merge, or discard this patch.
vendor/composer/ClassLoader.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -367,6 +367,10 @@
 block discarded – undo
367 367
         return $file;
368 368
     }
369 369
 
370
+    /**
371
+     * @param string $class
372
+     * @param string $ext
373
+     */
370 374
     private function findFileWithExtension($class, $ext)
371 375
     {
372 376
         // PSR-4 lookup
Please login to merge, or discard this patch.