@@ -15,7 +15,7 @@ |
||
15 | 15 | $classMetadata = $this->delegate->loadMetadataForClass($class); |
16 | 16 | |
17 | 17 | // Abort if the given class is not a mapped entity |
18 | - if ( ! $doctrineMetadata = $this->tryLoadingDoctrineMetadata($class->name)) { |
|
18 | + if (!$doctrineMetadata = $this->tryLoadingDoctrineMetadata($class->name)) { |
|
19 | 19 | return $classMetadata; |
20 | 20 | } |
21 | 21 |