Skip to content

Commit

Permalink
PSR-2 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jul 2, 2015
1 parent eea020b commit 9408633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/ORM/BindingKeyTest.php
Expand Up @@ -92,7 +92,8 @@ public function testBelongsto($strategy)
* @dataProvider strategiesProviderJoinable
* @return void
*/
public function testHasOne($strategy) {
public function testHasOne($strategy)
{
$users = TableRegistry::get('Users');
$users->hasOne('SiteAuthors', [
'bindingKey' => 'username',
Expand Down

0 comments on commit 9408633

Please sign in to comment.