Skip to content

Commit 77fc16b

Browse files
spawniaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 7b2ec87 commit 77fc16b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

tests/Foo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Foo extends Regex
1010
{
1111
public $description = 'Bar';
12-
12+
1313
/**
1414
* Return the Regex that the values are validated against.
1515
*

tests/RegexTest.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function regexClassProvider()
1919
[
2020
new class() extends Regex {
2121
public $name = 'Foo';
22-
22+
2323
public $description = 'Bar';
2424

2525
/**
@@ -36,10 +36,7 @@ protected function regex(): string
3636
},
3737
],
3838
[
39-
new class([
40-
'name' => 'Foo',
41-
'description' => 'Bar',
42-
]) extends Regex {
39+
new class(['name' => 'Foo', 'description' => 'Bar']) extends Regex {
4340
/**
4441
* Return the Regex that the values are validated against.
4542
*

0 commit comments

Comments
 (0)