Passed
Push — master ( 9a86cf...630b88 )
by Marcus
02:50
created
src/LesserPhp/Compiler.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
     /**
182 182
      * attempts to find the path of an import url, returns null for css files
183 183
      *
184
-     * @param $url
184
+     * @param string $url
185 185
      *
186 186
      * @return null|string
187 187
      */
@@ -445,7 +445,7 @@  discard block
 block discarded – undo
445 445
 
446 446
     /**
447 447
      * @param $block
448
-     * @param $selectors
448
+     * @param string[] $selectors
449 449
      */
450 450
     protected function compileNestedBlock($block, $selectors)
451 451
     {
@@ -472,7 +472,7 @@  discard block
 block discarded – undo
472 472
 
473 473
     /**
474 474
      * @param $block
475
-     * @param $out
475
+     * @param \stdClass $out
476 476
      *
477 477
      * @throws \LesserPhp\Exception\GeneralException
478 478
      */
@@ -1493,7 +1493,7 @@  discard block
 block discarded – undo
1493 1493
     }
1494 1494
 
1495 1495
     /**
1496
-     * @param $a
1496
+     * @param boolean $a
1497 1497
      *
1498 1498
      * @return array
1499 1499
      */
@@ -1767,7 +1767,7 @@  discard block
 block discarded – undo
1767 1767
     }
1768 1768
 
1769 1769
     /**
1770
-     * @param      $parent
1770
+     * @param      NodeEnv $parent
1771 1771
      * @param null $block
1772 1772
      *
1773 1773
      * @return \LesserPhp\NodeEnv
@@ -1875,7 +1875,7 @@  discard block
 block discarded – undo
1875 1875
     /**
1876 1876
      * inject array of unparsed strings into environment as variables
1877 1877
      *
1878
-     * @param array $args
1878
+     * @param string[] $args
1879 1879
      *
1880 1880
      * @throws \LesserPhp\Exception\GeneralException
1881 1881
      */
Please login to merge, or discard this patch.