Philipp Holzer
4c28f9cf9c
- Add more types - Improvement for assoziative arrays and key-value arrays - Add a lot more tests
8 lines
108 B
PHP
8 lines
108 B
PHP
<?php
|
|
|
|
return [
|
|
'ressource' => [
|
|
'ressources_not_allowed' => new \GuzzleHttp\Psr7\AppendStream(),
|
|
],
|
|
];
|