Skip to content

Commit

Permalink
Fix coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 16, 2012
1 parent 8e93c47 commit b0f2cfd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -276,7 +276,7 @@ public function testContainFindList() {
);
$this->assertEquals($expected, $result);

$result = $this->Article->find('list', array('fields'=>array('Article.id', 'User.id'), 'contain'=>array('User')));
$result = $this->Article->find('list', array('fields' => array('Article.id', 'User.id'), 'contain' => array('User')));
$expected = array(
1 => '1',
2 => '3',
Expand Down

0 comments on commit b0f2cfd

Please sign in to comment.