Passed
Pull Request — master (#50)
by Alex
03:58
created
src/Edm/Validation/Internal/InterfaceValidator/VisitorOfIValue.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
         $this->lookup[ValueKind::Floating()->getValue()] = IFloatingValue::class;
40 40
         $this->lookup[ValueKind::Guid()->getValue()] = IGuidValue::class;
41 41
         $this->lookup[ValueKind::Integer()->getValue()] = IIntegerValue::class;
42
-        $this->lookup[ValueKind::Null()->getValue()] = INullValue::class;
42
+        $this->lookup[ValueKind::null()->getValue()] = INullValue::class;
43 43
         $this->lookup[ValueKind::String()->getValue()] = IStringValue::class;
44 44
         $this->lookup[ValueKind::Structured()->getValue()] = IStructuredValue::class;
45 45
         $this->lookup[ValueKind::Time()->getValue()] = ITimeValue::class;
Please login to merge, or discard this patch.