Completed
Push — master ( 76f9de...b02298 )
by Marcus
01:53
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
@@ -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.
src/LesserPhp/NodeEnv.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
     }
138 138
 
139 139
     /**
140
-     * @param null $index
140
+     * @param integer $index
141 141
      *
142 142
      * @return array
143 143
      */
Please login to merge, or discard this patch.