@@ -13,8 +13,8 @@ |
||
13 | 13 | protected $enumClass; |
14 | 14 | |
15 | 15 | /** |
16 | - * @param string $enumClass Class of the enum to validate against |
|
17 | - */ |
|
16 | + * @param string $enumClass Class of the enum to validate against |
|
17 | + */ |
|
18 | 18 | public function __construct(string $enumClass) |
19 | 19 | { |
20 | 20 | if ($this->validateEnumClass($enumClass)) { |
@@ -50,7 +50,7 @@ |
||
50 | 50 | { |
51 | 51 | $enumClassName = explode('\\', $this->enumClass); |
52 | 52 | |
53 | - return 'The :attribute it not a valid value for the ' . array_pop($enumClassName); |
|
53 | + return 'The :attribute it not a valid value for the '.array_pop($enumClassName); |
|
54 | 54 | } |
55 | 55 | |
56 | 56 | /** |