Completed
Push — master ( b38731...5d7e29 )
by Marcus
02:03
created
src/LesserPhp/Library/Functions.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -703,7 +703,7 @@  discard block
 block discarded – undo
703 703
     /**
704 704
      * @param array $args
705 705
      *
706
-     * @return int[]
706
+     * @return integer[]
707 707
      */
708 708
     public function fadeout(array $args)
709 709
     {
@@ -716,7 +716,7 @@  discard block
 block discarded – undo
716 716
     /**
717 717
      * @param array $args
718 718
      *
719
-     * @return int[]
719
+     * @return integer[]
720 720
      */
721 721
     public function fadein(array $args)
722 722
     {
@@ -788,7 +788,7 @@  discard block
 block discarded – undo
788 788
      *
789 789
      * @param array $args
790 790
      *
791
-     * @return int[]
791
+     * @return integer[]
792 792
      */
793 793
     public function fade(array $args)
794 794
     {
Please login to merge, or discard this patch.
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.