Commit 4965c54
authored
Allow denormalize for null
`null` is not a scalar, so on denormalize I get :
```
Warning: ReflectionObject::__construct() expects parameter 1 to be object, null given in vendor/bernard/normalt/src/Normalizer/RecursiveReflectionNormalizer.php line 31
```1 parent 1cde16b commit 4965c54
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
0 commit comments