Passed
Pull Request — master (#19)
by
unknown
02:19
created
src/Standards/BestIt/CodeSniffer/File.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
      * @param string $error The error message.
143 143
      * @param int $line The line on which the error occurred.
144 144
      * @param string $code A violation code unique to the sniff message.
145
-     * @param array $data Replacements for the error message.
145
+     * @param string[] $data Replacements for the error message.
146 146
      * @param int $severity The severity level for this error. A value of 0
147 147
      *                      will be converted into the default severity level.
148 148
      *
Please login to merge, or discard this patch.
src/Standards/BestIt/CodeSniffer/Helper/DocSummaryHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
     /**
76 76
      * Returns comment summary token.
77 77
      *
78
-     * @return array Summary token array
78
+     * @return integer Summary token array
79 79
      */
80 80
     public function getCommentSummaryToken()
81 81
     {
Please login to merge, or discard this patch.