Completed
Push — master ( 67fb5e...175b65 )
by Alex
25s queued 14s
created
src/Edm/Validation/Internal/InterfaceValidator/VisitorOfISchemaElement.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     public function __construct()
21 21
     {
22 22
         $this->lookup[SchemaElementKind::TypeDefinition()->getKey()] = ISchemaType::class;
23
-        $this->lookup[SchemaElementKind::Function()->getKey()] = IFunction::class;
23
+        $this->lookup[SchemaElementKind::Function ()->getKey()] = IFunction::class;
24 24
         $this->lookup[SchemaElementKind::ValueTerm()->getKey()] = IValueTerm::class;
25 25
         $this->lookup[SchemaElementKind::EntityContainer()->getKey()] = IEntityContainer::class;
26 26
     }
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     public function __construct()
21 21
     {
22 22
         $this->lookup[SchemaElementKind::TypeDefinition()->getKey()] = ISchemaType::class;
23
-        $this->lookup[SchemaElementKind::Function()->getKey()] = IFunction::class;
23
+        $this->lookup[SchemaElementKind::function()->getKey()] = IFunction::class;
24 24
         $this->lookup[SchemaElementKind::ValueTerm()->getKey()] = IValueTerm::class;
25 25
         $this->lookup[SchemaElementKind::EntityContainer()->getKey()] = IEntityContainer::class;
26 26
     }
Please login to merge, or discard this patch.