Skip to content

Commit c3d8628

Browse files
committed
Style fixes
1 parent d91b1e5 commit c3d8628

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pkg/stomp/Tests/StompConnectionFactoryConfigTest.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static function provideConfigs()
6464
'connection_timeout' => 1,
6565
'sync' => false,
6666
'lazy' => true,
67-
'ssl_on' => false
67+
'ssl_on' => false,
6868
],
6969
];
7070

@@ -80,7 +80,7 @@ public static function provideConfigs()
8080
'connection_timeout' => 1,
8181
'sync' => false,
8282
'lazy' => true,
83-
'ssl_on' => false
83+
'ssl_on' => false,
8484
],
8585
];
8686

@@ -96,7 +96,7 @@ public static function provideConfigs()
9696
'connection_timeout' => 1,
9797
'sync' => false,
9898
'lazy' => true,
99-
'ssl_on' => false
99+
'ssl_on' => false,
100100
],
101101
];
102102

@@ -113,7 +113,7 @@ public static function provideConfigs()
113113
'sync' => true,
114114
'lazy' => false,
115115
'foo' => 'bar',
116-
'ssl_on' => false
116+
'ssl_on' => false,
117117
],
118118
];
119119

@@ -130,7 +130,7 @@ public static function provideConfigs()
130130
'sync' => false,
131131
'lazy' => true,
132132
'foo' => 'bar',
133-
'ssl_on' => false
133+
'ssl_on' => false,
134134
],
135135
];
136136
}

pkg/stomp/Tests/Symfony/RabbitMqStompTransportFactoryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function testShouldAllowAddConfiguration()
5959
'management_plugin_installed' => false,
6060
'management_plugin_port' => 15672,
6161
'lazy' => true,
62-
'ssl_on' => false
62+
'ssl_on' => false,
6363
], $config);
6464
}
6565

pkg/stomp/Tests/Symfony/StompTransportFactoryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function testShouldAllowAddConfiguration()
5555
'connection_timeout' => 1,
5656
'buffer_size' => 1000,
5757
'lazy' => true,
58-
'ssl_on' => false
58+
'ssl_on' => false,
5959
], $config);
6060
}
6161

0 commit comments

Comments
 (0)