Completed
Push — master ( 344e9a...a2e7e2 )
by Wim
9s
created
Tests/BaseSniffTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
      * Assert no violation (warning or error) on a given line number
143 143
      *
144 144
      * @param PHP_CodeSniffer_File $file Codesniffer File object
145
-     * @param mixed $lineNumber Line number
145
+     * @param integer $lineNumber Line number
146 146
      * @return bool
147 147
      */
148 148
     public function assertNoViolation(PHP_CodeSniffer_File $file, $lineNumber = 0)
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
     /**
232 232
      * Gather all messages or a particular type by line number.
233 233
      *
234
-     * @param array $IssuesArray Array of a particular type of issues,
234
+     * @param array $issuesArray Array of a particular type of issues,
235 235
 	 *                           i.e. errors or warnings.
236 236
      * @return array
237 237
      */
Please login to merge, or discard this patch.