Skip to content

Commit

Permalink
[zendframework#2258] Fix CS issue
Browse files Browse the repository at this point in the history
- trailing whitespace
  • Loading branch information
weierophinney committed Aug 29, 2012
1 parent 20a47a9 commit 8896ffb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ZendTest/Validator/Db/RecordExistsTest.php
Expand Up @@ -276,10 +276,10 @@ public function testSelectDoesNotMixPositionalAndNamedParameters()
));
$validator = new RecordExists(
array(
'table' => 'users',
'table' => 'users',
'schema' => 'my'
),
'field1',
),
'field1',
array(
'field' => 'foo',
'value' => 'bar'
Expand Down

0 comments on commit 8896ffb

Please sign in to comment.