@@ -102,11 +102,11 @@ |
||
102 | 102 | |
103 | 103 | |
104 | 104 | /** |
105 | - * @return bool |
|
106 | - */ |
|
105 | + * @return bool |
|
106 | + */ |
|
107 | 107 | public function isSuccess(): bool |
108 | 108 | { |
109 | - return $this->errors->isEmpty(); |
|
109 | + return $this->errors->isEmpty(); |
|
110 | 110 | } |
111 | 111 | |
112 | 112 | /** |