Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
PSR-2 (php-cs-fixer level=psr2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaDafinser committed Jan 10, 2014
1 parent 593acac commit bb9327f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Filter/AlnumTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public function returnUnfilteredDataProvider()
array(new \stdClass())
);
}

/**
* @dataProvider returnUnfilteredDataProvider
* @return void
Expand Down
2 changes: 1 addition & 1 deletion test/Filter/AlphaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public function returnUnfilteredDataProvider()
array(new \stdClass())
);
}

/**
* @dataProvider returnUnfilteredDataProvider
* @return void
Expand Down
2 changes: 1 addition & 1 deletion test/Filter/NumberFormatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function returnUnfilteredDataProvider()
))
);
}

/**
* @dataProvider returnUnfilteredDataProvider
* @return void
Expand Down

0 comments on commit bb9327f

Please sign in to comment.