|
@@ -145,7 +145,7 @@ |
|
|
block discarded – undo |
|
145
|
145
|
$error_messages = []; |
|
146
|
146
|
$success = array_reduce( |
|
147
|
147
|
$this->guards, |
|
148
|
|
- static function (bool $success, Guard $guard) use (&$error_messages): bool { |
|
|
148
|
+ static function(bool $success, Guard $guard) use (&$error_messages): bool { |
|
149
|
149
|
// Check for success/failure for all collected Val's. |
|
150
|
150
|
if ($guard->success() === false) { |
|
151
|
151
|
$error_messages[] = $guard->pullErrorMessages(); |
Please login to merge, or discard this patch.