Completed
Pull Request — develop (#1492)
by Zack
28:58 queued 09:00
created
PHPCompatibility/Sniffs/Variables/RemovedPredefinedGlobalVariablesSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     /**
66 66
      * Returns an array of tokens this test wants to listen for.
67 67
      *
68
-     * @return array
68
+     * @return integer[]
69 69
      */
70 70
     public function register()
71 71
     {
Please login to merge, or discard this patch.
vendor/squizlabs/php_codesniffer/src/Reports/Checkstyle.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * its data should be counted in the grand totals.
30 30
      *
31 31
      * @param array                 $report      Prepared report data.
32
-     * @param \PHP_CodeSniffer\File $phpcsFile   The file being reported on.
32
+     * @param File $phpcsFile   The file being reported on.
33 33
      * @param bool                  $showSources Show sources?
34 34
      * @param int                   $width       Maximum allowed line width.
35 35
      *
Please login to merge, or discard this patch.
vendor/squizlabs/php_codesniffer/src/Reports/Code.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * its data should be counted in the grand totals.
30 30
      *
31 31
      * @param array                 $report      Prepared report data.
32
-     * @param \PHP_CodeSniffer\File $phpcsFile   The file being reported on.
32
+     * @param File $phpcsFile   The file being reported on.
33 33
      * @param bool                  $showSources Show sources?
34 34
      * @param int                   $width       Maximum allowed line width.
35 35
      *
Please login to merge, or discard this patch.
vendor/squizlabs/php_codesniffer/src/Reports/Diff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * its data should be counted in the grand totals.
30 30
      *
31 31
      * @param array                 $report      Prepared report data.
32
-     * @param \PHP_CodeSniffer\File $phpcsFile   The file being reported on.
32
+     * @param File $phpcsFile   The file being reported on.
33 33
      * @param bool                  $showSources Show sources?
34 34
      * @param int                   $width       Maximum allowed line width.
35 35
      *
Please login to merge, or discard this patch.
vendor/squizlabs/php_codesniffer/src/Reports/Junit.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * its data should be counted in the grand totals.
30 30
      *
31 31
      * @param array                 $report      Prepared report data.
32
-     * @param \PHP_CodeSniffer\File $phpcsFile   The file being reported on.
32
+     * @param File $phpcsFile   The file being reported on.
33 33
      * @param bool                  $showSources Show sources?
34 34
      * @param int                   $width       Maximum allowed line width.
35 35
      *
Please login to merge, or discard this patch.
vendor/squizlabs/php_codesniffer/src/Reports/VersionControl.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * its data should be counted in the grand totals.
30 30
      *
31 31
      * @param array                 $report      Prepared report data.
32
-     * @param \PHP_CodeSniffer\File $phpcsFile   The file being reported on.
32
+     * @param File $phpcsFile   The file being reported on.
33 33
      * @param bool                  $showSources Show sources?
34 34
      * @param int                   $width       Maximum allowed line width.
35 35
      *
Please login to merge, or discard this patch.
vendor/squizlabs/php_codesniffer/src/Reports/Xml.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * its data should be counted in the grand totals.
30 30
      *
31 31
      * @param array                 $report      Prepared report data.
32
-     * @param \PHP_CodeSniffer\File $phpcsFile   The file being reported on.
32
+     * @param File $phpcsFile   The file being reported on.
33 33
      * @param bool                  $showSources Show sources?
34 34
      * @param int                   $width       Maximum allowed line width.
35 35
      *
Please login to merge, or discard this patch.
php_codesniffer/src/Standards/Generic/Sniffs/Commenting/DocCommentSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     /**
32 32
      * Returns an array of tokens this test wants to listen for.
33 33
      *
34
-     * @return array
34
+     * @return string[]
35 35
      */
36 36
     public function register()
37 37
     {
Please login to merge, or discard this patch.
Standards/Generic/Sniffs/ControlStructures/InlineControlStructureSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     /**
66 66
      * Returns an array of tokens this test wants to listen for.
67 67
      *
68
-     * @return array
68
+     * @return integer[]
69 69
      */
70 70
     public function register()
71 71
     {
Please login to merge, or discard this patch.