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 41aff84 commit f875a1cCopy full SHA for f875a1c
src/Rules/Digits.php
@@ -13,7 +13,7 @@ class Digits extends Rule
13
14
public function check($value)
15
{
16
- $this->requireParameters($this->fillable_params);
+ $this->requireParameters($this->fillable_params);
17
18
$length = (int) $this->parameter('length');
19
src/Rules/DigitsBetween.php
@@ -13,7 +13,7 @@ class DigitsBetween extends Rule
$min = (int) $this->parameter('min');
$max = (int) $this->parameter('max');
0 commit comments