@@ -194,7 +194,7 @@ |
||
194 | 194 | |
195 | 195 | $msg = ''; |
196 | 196 | $expected = 'OH NOES!'; |
197 | - $arr = [ $bar ]; |
|
197 | + $arr = [$bar]; |
|
198 | 198 | |
199 | 199 | $foo = new testType(); |
200 | 200 | $this->assertFalse($foo->isChildArrayOK($arr, $msg), $msg); |