Completed
Push — master ( 283f0c...b38731 )
by Marcus
11s
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/Parser.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -403,7 +403,7 @@  discard block
 block discarded – undo
403 403
     /**
404 404
      * @param array $tags
405 405
      *
406
-     * @return mixed
406
+     * @return null|integer
407 407
      */
408 408
     protected function fixTags(array $tags)
409 409
     {
@@ -1762,7 +1762,7 @@  discard block
 block discarded – undo
1762 1762
 
1763 1763
     /**
1764 1764
      * @param null $selectors
1765
-     * @param null $type
1765
+     * @param string $type
1766 1766
      *
1767 1767
      * @return \stdClass
1768 1768
      */
@@ -1822,7 +1822,7 @@  discard block
 block discarded – undo
1822 1822
     /**
1823 1823
      * pop something off the stack
1824 1824
      *
1825
-     * @return mixed
1825
+     * @return integer|null
1826 1826
      */
1827 1827
     protected function pop()
1828 1828
     {
Please login to merge, or discard this patch.