@@ -18,7 +18,7 @@ |
||
| 18 | 18 | /** @var IVocabularyAnnotation $annotation */ |
| 19 | 19 | $annotation = $this; |
| 20 | 20 | return $annotation->getSerializationLocation($model) === |
| 21 | - EdmVocabularyAnnotationSerializationLocation::Inline() || null === $annotation->targetString(); |
|
| 21 | + EdmVocabularyAnnotationSerializationLocation::Inline() || null === $annotation->targetString(); |
|
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | public function targetString(): ?string |