Completed
Push — master ( b38731...5d7e29 )
by Marcus
02:03
created
src/LesserPhp/Compiler.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
 
205 205
     /**
206 206
      * @param array $importPath
207
-     * @param       $parentBlock
207
+     * @param       Block $parentBlock
208 208
      * @param       $out
209 209
      *
210 210
      * @return array|false
@@ -846,7 +846,7 @@  discard block
 block discarded – undo
846 846
     /**
847 847
      * attempt to find blocks matched by path and args
848 848
      *
849
-     * @param       $searchIn
849
+     * @param       Block $searchIn
850 850
      * @param array $path
851 851
      * @param       $orderedArgs
852 852
      * @param       $keywordArgs
@@ -1656,7 +1656,7 @@  discard block
 block discarded – undo
1656 1656
     }
1657 1657
 
1658 1658
     /**
1659
-     * @param      $type
1659
+     * @param      null|string $type
1660 1660
      * @param null $selectors
1661 1661
      *
1662 1662
      * @return \stdClass
Please login to merge, or discard this patch.
src/LesserPhp/Parser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1802,7 +1802,7 @@
 block discarded – undo
1802 1802
     /**
1803 1803
      * pop something off the stack
1804 1804
      *
1805
-     * @return mixed
1805
+     * @return integer|null
1806 1806
      */
1807 1807
     protected function pop()
1808 1808
     {
Please login to merge, or discard this patch.