Skip to content

Commit

Permalink
Fixed unit tests and coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jun 4, 2014
1 parent 7a0f6f4 commit 0e59ac6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CodeSniffer/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,13 +285,13 @@ class PHP_CodeSniffer_File
/**
* Constructs a PHP_CodeSniffer_File.
*
* @param string $file The absolute path to the file to process.
* @param array(string) $listeners The initial listeners listening
* to processing of this file.
* @param array $ruleset An array of rules from the
* ruleset.xml file.
* @param PHP_CodeSniffer $phpcs The PHP_CodeSniffer object controlling
* this run.
* @param string $file The absolute path to the file to process.
* @param array(string) $listeners The initial listeners listening to processing of this file.
* to processing of this file.
* @param array $ruleset An array of rules from the ruleset.xml file.
* ruleset.xml file.
* @param PHP_CodeSniffer $phpcs The PHP_CodeSniffer object controlling this run.
* this run.
*
* @throws PHP_CodeSniffer_Exception If the register() method does
* not return an array.
Expand Down
1 change: 0 additions & 1 deletion tests/Core/File/GetMethodParametersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public function setUp()
__FILE__,
array(),
array(),
array(),
$phpcs
);

Expand Down

0 comments on commit 0e59ac6

Please sign in to comment.