Skip to content

Commit 5781ad4

Browse files
authored
Apply fixes from StyleCI (#37689)
1 parent 77450b4 commit 5781ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Validation/Rules/RequiredIf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct($condition)
2424
if (! is_string($condition) && (is_bool($condition) || is_callable($condition))) {
2525
$this->condition = $condition;
2626
} else {
27-
throw new InvalidArgumentException("The provided condition must be a callable or boolean.");
27+
throw new InvalidArgumentException('The provided condition must be a callable or boolean.');
2828
}
2929
}
3030

0 commit comments

Comments
 (0)