Passed
Pull Request — master (#66)
by Alex
03:07
created
src/Helpers/VocabularyAnnotationHelpers.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.