8000 Fix formatting issues with php-cs-fixer · symfony/symfony@3772b6e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3772b6e

Browse files
committed
Fix formatting issues with php-cs-fixer
1 parent a879c73 commit 3772b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function testWorkflowDefaultMarkingStoreDefinition()
101101
],
102102
'places' => [
103103
'a',
104-
'b'
104+
'b',
105105
],
106106
'transitions' => [
107107
'a_to_b' => [
@@ -117,7 +117,7 @@ public function testWorkflowDefaultMarkingStoreDefinition()
117117
],
118118
'places' => [
119119
'a',
120-
'b'
120+
'b',
121121
],
122122
'transitions' => [
123123
'a_to_b' => [

0 commit comments

Comments
 (0)
0