Completed
Push — master ( e84808...5a9d2e )
by Oleg
07:58
created
src/Builder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -350,7 +350,7 @@
 block discarded – undo
350 350
     }
351 351
 
352 352
     /**
353
-     * @param $element
353
+     * @param string $element
354 354
      * @return ElementFactory
355 355
      */
356 356
     protected function getFactory($element)
Please login to merge, or discard this patch.
tests/TestCase.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@
 block discarded – undo
30 30
         }
31 31
     }
32 32
     
33
+    /**
34
+     * @param string $file
35
+     */
33 36
     protected function getStub($file)
34 37
     {
35 38
         return file_get_contents(__DIR__ . '/stub/' . $file);
Please login to merge, or discard this patch.