@@ -43,7 +43,7 @@ |
||
43 | 43 | } catch (JsonException $exception) { |
44 | 44 | throw new AnnotationParseException('"getter" annotation content is invalid (invalid JSON content)'); |
45 | 45 | } |
46 | - if (! is_string($decoded)) { |
|
46 | + if (!is_string($decoded)) { |
|
47 | 47 | throw new AnnotationParseException( |
48 | 48 | '"getter" annotation content is invalid (property name must be a string)' |
49 | 49 | ); |
@@ -43,7 +43,7 @@ |
||
43 | 43 | } catch (JsonException $exception) { |
44 | 44 | throw new AnnotationParseException('"getter" annotation content is invalid (invalid JSON content)'); |
45 | 45 | } |
46 | - if (! is_string($decoded)) { |
|
46 | + if (!is_string($decoded)) { |
|
47 | 47 | throw new AnnotationParseException( |
48 | 48 | '"getter" annotation content is invalid (property name must be a string)' |
49 | 49 | ); |