Completed
Push — master ( b9eecb...eee0c1 )
by Juliette
11s
created
PHPCompatibility/Sniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1065,7 +1065,7 @@
 block discarded – undo
1065 1065
      * @param \PHP_CodeSniffer_File $phpcsFile The file being scanned.
1066 1066
      * @param int                   $stackPtr  The position of the return type token.
1067 1067
      *
1068
-     * @return string|false The name of the return type token.
1068
+     * @return null|string The name of the return type token.
1069 1069
      */
1070 1070
     public function getReturnTypeHintName(\PHP_CodeSniffer_File $phpcsFile, $stackPtr)
1071 1071
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/ArgumentFunctionsUsageSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * Returns an array of tokens this test wants to listen for.
50 50
      *
51
-     * @return array
51
+     * @return integer[]
52 52
      */
53 53
     public function register()
54 54
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/ForbiddenNamesAsDeclaredSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * Returns an array of tokens this test wants to listen for.
50 50
      *
51
-     * @return array
51
+     * @return integer[]
52 52
      */
53 53
     public function register()
54 54
     {
Please login to merge, or discard this patch.