Skip to content

Commit

Permalink
Reformat long line.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 2, 2014
1 parent a288c0e commit 3383ce1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cake/Test/Fixture/ArticlesTagFixture.php
Expand Up @@ -32,7 +32,9 @@ class ArticlesTagFixture extends TestFixture {
public $fields = array(
'article_id' => ['type' => 'integer', 'null' => false],
'tag_id' => ['type' => 'integer', 'null' => false],
'_constraints' => ['UNIQUE_TAG2' => ['type' => 'primary', 'columns' => ['article_id', 'tag_id']]]
'_constraints' => [
'UNIQUE_TAG2' => ['type' => 'primary', 'columns' => ['article_id', 'tag_id']]
]
);

/**
Expand Down

0 comments on commit 3383ce1

Please sign in to comment.