Skip to content

Commit 1f252ac

Browse files
committed
Apply fixes from StyleCI
1 parent 9cd28c1 commit 1f252ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/View/Blade/BladeEchoHandlerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ public function testHandlerWorksWithIterables($blade, $closure, $expectedOutput)
102102
public static function handlerWorksWithIterableDataProvider()
103103
{
104104
return [
105-
['{{[1,"two",3]}}', function(iterable $arr) {
105+
['{{[1,"two",3]}}', function (iterable $arr) {
106106
return implode(', ', $arr);
107-
}, "1, two, 3"],
107+
}, '1, two, 3'],
108108
];
109109
}
110110

0 commit comments

Comments
 (0)