From 3383ce129a03c2c458d08e0ea1a2ebe35114f9ef Mon Sep 17 00:00:00 2001 From: mark_story Date: Thu, 2 Jan 2014 11:42:21 -0500 Subject: [PATCH] Reformat long line. --- Cake/Test/Fixture/ArticlesTagFixture.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cake/Test/Fixture/ArticlesTagFixture.php b/Cake/Test/Fixture/ArticlesTagFixture.php index 789668e1d94..a270fa97855 100644 --- a/Cake/Test/Fixture/ArticlesTagFixture.php +++ b/Cake/Test/Fixture/ArticlesTagFixture.php @@ -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']] + ] ); /**