PHP Classes

File: src/Scaffolder/tests/App/config/weird.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/Scaffolder/tests/App/config/weird.php   Download  
File: src/Scaffolder/tests/App/config/weird.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 2 months ago
Size: 213 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

return [
   
'@hello' => 'runtime',
   
'with spaces' => 1,
   
'and#other!chars' => 2.,
   
'with_underscore-and-dashes' => true,
];