File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function bootstrap(PluginApplicationInterface $app): void
47
47
'accept ' => ['text/csv ' ],
48
48
'param ' => '_ext ' ,
49
49
'value ' => 'csv ' ,
50
- ]
50
+ ],
51
51
);
52
52
}
53
53
}
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function testBom()
69
69
{
70
70
if (!extension_loaded ('mbstring ' )) {
71
71
$ this ->markTestSkipped (
72
- 'The mbstring extension is not available. '
72
+ 'The mbstring extension is not available. ' ,
73
73
);
74
74
}
75
75
@@ -91,7 +91,7 @@ public function testBomMultipleContentRows()
91
91
{
92
92
if (!extension_loaded ('mbstring ' )) {
93
93
$ this ->markTestSkipped (
94
- 'The mbstring extension is not available. '
94
+ 'The mbstring extension is not available. ' ,
95
95
);
96
96
}
97
97
@@ -118,7 +118,7 @@ public function testBomMultipleContentRowsWithHeader()
118
118
{
119
119
if (!extension_loaded ('mbstring ' )) {
120
120
$ this ->markTestSkipped (
121
- 'The mbstring extension is not available. '
121
+ 'The mbstring extension is not available. ' ,
122
122
);
123
123
}
124
124
@@ -215,7 +215,7 @@ public function testRenderWithMbstring()
215
215
{
216
216
if (!extension_loaded ('mbstring ' )) {
217
217
$ this ->markTestSkipped (
218
- 'The mbstring extension is not available. '
218
+ 'The mbstring extension is not available. ' ,
219
219
);
220
220
}
221
221
$ data = [
You can’t perform that action at this time.
0 commit comments