Skip to content

Commit 62b6e7f

Browse files
DivineOmegaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent f426c2b commit 62b6e7f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/Unit/RuleTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,12 @@ public function testCustomBlacklistAndWhitelist()
6666
$passingValues = ['cheese', 'poop', 'poops'];
6767
$failingValues = ['moist', 'moistness', 'stinky', 'poo', 'poos'];
6868

69-
foreach($passingValues as $value) {
69+
foreach ($passingValues as $value) {
7070
$this->assertTrue($this->getCustomBlacklistAndWhitelistValidator($value)->passes());
7171
}
7272

73-
foreach($failingValues as $value) {
73+
foreach ($failingValues as $value) {
7474
$this->assertFalse($this->getCustomBlacklistAndWhitelistValidator($value)->passes());
7575
}
76-
7776
}
7877
}

0 commit comments

Comments
 (0)