Thanks to visit codestin.com
Credit goes to github.com

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

Commit b692de7

Browse files
committed
- trailing whitespace
1 parent 7f833d2 commit b692de7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/Db/RecordExistsTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,10 @@ public function testSelectDoesNotMixPositionalAndNamedParameters()
276276
));
277277
$validator = new RecordExists(
278278
array(
279-
'table' => 'users',
279+
'table' => 'users',
280280
'schema' => 'my'
281-
),
282-
'field1',
281+
),
282+
'field1',
283283
array(
284284
'field' => 'foo',
285285
'value' => 'bar'

0 commit comments

Comments
 (0)