Fix multiline array CS

This commit is contained in:
Dariusz Rumiński
2014-09-14 18:21:08 +02:00
parent f4a6048f81
commit 9340b3eed1
21 changed files with 119 additions and 119 deletions
@@ -8,6 +8,6 @@ class RecursivePartials
'child' => array(
'name' => 'Justin',
'child' => false,
)
),
);
}