@@ -16,7 +16,7 @@ |
||
16 | 16 | abstract class Assertion extends Beberlei\Assertion |
17 | 17 | { |
18 | 18 | /** @return bool */ |
19 | - public static function empty($value, $message = null, ?string $propertyPath = null): bool |
|
19 | + public static function empty($value, $message = null, ?string $propertyPath = null) : bool |
|
20 | 20 | { |
21 | 21 | return parent::noContent($value, $message, $propertyPath); |
22 | 22 | } |