Passed
Pull Request — master (#50)
by Alex
03:31
created
Edm/Validation/Internal/InterfaceValidator/VisitorOfIRowTypeReference.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
         assert($typeRef instanceof IRowTypeReference);
17 17
         return null !== $typeRef->getDefinition() &&
18 18
                $typeRef->getDefinition()->getTypeKind() != TypeKind::Row()
19
-            ? [ InterfaceValidator::CreateTypeRefInterfaceTypeKindValueMismatchError($typeRef) ] : null;
19
+            ? [InterfaceValidator::CreateTypeRefInterfaceTypeKindValueMismatchError($typeRef)] : null;
20 20
     }
21 21
 
22 22
     public function forType(): string
Please login to merge, or discard this patch.
src/Helpers/ModelHelpersVocabularyAnnotation.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     ): iterable {
35 35
         assert(
36 36
             null === $term || $term instanceof ITerm || is_string($term),
37
-               '$term should be a string or instanceof iTerm'
37
+                '$term should be a string or instanceof iTerm'
38 38
         );
39 39
         if (null === $term) {
40 40
             return $this->processNullVocabularyAnnotationTerm($element, $qualifier, $type);
Please login to merge, or discard this patch.