initial commit
This commit is contained in:
commit
5ebc506921
975 changed files with 154341 additions and 0 deletions
8
tests/phpstan.config.php
Normal file
8
tests/phpstan.config.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Garradin;
|
||||
|
||||
if (!defined('\Garradin\WWW_URL')) {
|
||||
define('Garradin\WWW_URL', 'http://localhost/');
|
||||
define('Garradin\WWW_URI', '/');
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue