Skip to content

Commit ba92b66

Browse files
committed
Upgrade Coding Standard
1 parent 337f2be commit ba92b66

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"require-dev": {
4242
"ext-xdebug": "*",
43-
"aplus/coding-standard": "^1.13",
43+
"aplus/coding-standard": "^1.14",
4444
"ergebnis/composer-normalize": "^2.25",
4545
"jetbrains/phpstorm-attributes": "^1.0",
4646
"phpmd/phpmd": "^2.13",

src/Traits/Validator.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,7 @@ public function isset() : static
421421
public function specialChar(
422422
int $quantity = 1,
423423
string $characters = '!"#$%&\'()*+,-./:;=<>?@[\]^_`{|}~'
424-
) : static
425-
{
424+
) : static {
426425
$this->rules[] = 'specialChar:' . $quantity . ',' . $this->esc($characters);
427426
return $this;
428427
}

0 commit comments

Comments
 (0)