@@ -39,7 +39,7 @@ |
||
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; |