@@ -35,11 +35,11 @@ |
||
35 | 35 | return $this; |
36 | 36 | } |
37 | 37 | |
38 | - /** |
|
39 | - * {@inheritDoc} |
|
40 | - */ |
|
41 | - public function getErrors(): ?ErrorBag |
|
42 | - { |
|
43 | - return $this->errors; |
|
44 | - } |
|
38 | + /** |
|
39 | + * {@inheritDoc} |
|
40 | + */ |
|
41 | + public function getErrors(): ?ErrorBag |
|
42 | + { |
|
43 | + return $this->errors; |
|
44 | + } |
|
45 | 45 | } |