Skip to content

Commit

Permalink
Fixing PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
mylux committed Oct 4, 2015
1 parent 8453225 commit 0b3afb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/ORM/TableTest.php
Expand Up @@ -1763,7 +1763,7 @@ public function testSaveReplaceSaveStrategy()
'articles' => [
['title' => 'One Random Post', 'body' => 'The cake is not a lie'],
['title' => 'Another Random Post', 'body' => 'The cake is nice'],
['title' => 'One more random post','body'=>'The cake is forever']
['title' => 'One more random post', 'body' => 'The cake is forever']
]
], ['associated' => ['Articles']]);

Expand Down

0 comments on commit 0b3afb8

Please sign in to comment.