We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337f2be commit ba92b66Copy full SHA for ba92b66
composer.json
@@ -40,7 +40,7 @@
40
},
41
"require-dev": {
42
"ext-xdebug": "*",
43
- "aplus/coding-standard": "^1.13",
+ "aplus/coding-standard": "^1.14",
44
"ergebnis/composer-normalize": "^2.25",
45
"jetbrains/phpstorm-attributes": "^1.0",
46
"phpmd/phpmd": "^2.13",
src/Traits/Validator.php
@@ -421,8 +421,7 @@ public function isset() : static
421
public function specialChar(
422
int $quantity = 1,
423
string $characters = '!"#$%&\'()*+,-./:;=<>?@[\]^_`{|}~'
424
- ) : static
425
- {
+ ) : static {
426
$this->rules[] = 'specialChar:' . $quantity . ',' . $this->esc($characters);
427
return $this;
428
}
0 commit comments