@@ -60,7 +60,7 @@ |
||
60 | 60 | */ |
61 | 61 | public static function isAnonymous($xsdType) |
62 | 62 | { |
63 | - return (bool) preg_match(self::ANONYMOUS_TYPE, $xsdType); |
|
63 | + return (bool)preg_match(self::ANONYMOUS_TYPE, $xsdType); |
|
64 | 64 | } |
65 | 65 | /** |
66 | 66 | * @param string $xsdType |