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
+1 -1
View File
@@ -8,7 +8,7 @@ class DotNotation
'hometown' => array(
'city' => 'Cincinnati',
'state' => 'OH',
)
),
);
public $normal = 'Normal';