Skip to content

Commit

Permalink
Coding standards
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/PHP_CodeSniffer/trunk@241248 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
gsherwood committed Aug 15, 2007
1 parent fada25a commit ab50f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Standards/AllSniffs.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static function suite()
$standardsDir = '';
}

$standards = PHP_CodeSniffer::getInstalledStandards(true, $standardsDir);
$standards = PHP_CodeSniffer::getInstalledStandards(true, $standardsDir);

foreach ($standards as $standard) {
if ($isInstalled === false) {
Expand Down

0 comments on commit ab50f25

Please sign in to comment.