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 77450b4 commit 5781ad4Copy full SHA for 5781ad4
src/Illuminate/Validation/Rules/RequiredIf.php
@@ -24,7 +24,7 @@ public function __construct($condition)
24
if (! is_string($condition) && (is_bool($condition) || is_callable($condition))) {
25
$this->condition = $condition;
26
} else {
27
- throw new InvalidArgumentException("The provided condition must be a callable or boolean.");
+ throw new InvalidArgumentException('The provided condition must be a callable or boolean.');
28
}
29
30
0 commit comments