8000 Fixed CS (multiline array without ending comma in ConfigurationTest::… · symfony/symfony@5e40de9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e40de9

Browse files
committed
Fixed CS (multiline array without ending comma in ConfigurationTest::testInvalidValueAssets()).
1 parent 66640e0 commit 5e40de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function testInvalidValueAssets()
9898
array(
9999
'templating' => array(
100100
'engines' => null,
101-
'assets_base_urls' => '//example.com'
101+
'assets_base_urls' => '//example.com',
102102
),
103103
'assets' => null,
104104
),

0 commit comments

Comments
 (0)
0