@@ -155,7 +155,7 @@ |
||
| 155 | 155 | |
| 156 | 156 | private function equalToErrors(): Constraint |
| 157 | 157 | { |
| 158 | - return static::callback(function ($error) { |
|
| 158 | + return static::callback(function($error) { |
|
| 159 | 159 | if ($error instanceof FormError) { |
| 160 | 160 | foreach ($this->errors as &$data) { |
| 161 | 161 | if ($error->getMessage() === $data['message'] && $error->getMessageParameters() === $data['parameters']) { |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | public function getSeconds(): int |
| 59 | 59 | { |
| 60 | - $seconds = $this->getDay() * 86400; |
|
| 60 | + $seconds = $this->getDay() * 86400; |
|
| 61 | 61 | |
| 62 | 62 | if (null !== $this->getTime()) { |
| 63 | 63 | $time = clone $this->getTime(); |