initial commit

This commit is contained in:
Matthieu Bessat 2024-01-19 16:39:49 +01:00
commit 5ebc506921
975 changed files with 154341 additions and 0 deletions

8
tests/phpstan.config.php Normal file
View file

@ -0,0 +1,8 @@
<?php
namespace Garradin;
if (!defined('\Garradin\WWW_URL')) {
define('Garradin\WWW_URL', 'http://localhost/');
define('Garradin\WWW_URI', '/');
}