Completed
Push — master ( 5d7e29...cc6f2d )
by Marcus
02:36
created
src/LesserPhp/Compiler.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -851,8 +851,8 @@  discard block
 block discarded – undo
851 851
     /**
852 852
      * attempt to find blocks matched by path and args
853 853
      *
854
-     * @param       $searchIn
855
-     * @param array $path
854
+     * @param       Block $searchIn
855
+     * @param string $path
856 856
      * @param       $orderedArgs
857 857
      * @param       $keywordArgs
858 858
      * @param array $seen
@@ -1655,7 +1655,7 @@  discard block
 block discarded – undo
1655 1655
     }
1656 1656
 
1657 1657
     /**
1658
-     * @param      $type
1658
+     * @param      null|string $type
1659 1659
      * @param null $selectors
1660 1660
      *
1661 1661
      * @return \stdClass
Please login to merge, or discard this patch.