1
0
Fork 0

Config: Improve the node.config.php transformation

- Add more types
- Improvement for assoziative arrays and key-value arrays
- Add a lot more tests
This commit is contained in:
Philipp Holzer 2023-01-15 00:53:51 +01:00
commit 4c28f9cf9c
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
9 changed files with 301 additions and 43 deletions

View file

@ -0,0 +1,7 @@
<?php
return [
'object' => [
'objects_not_supported' => new stdClass(),
],
];