1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00

stricter cs

This commit is contained in:
Robin Appelman 2017-07-30 15:03:52 +02:00
commit d9a843ecd6
54 changed files with 346 additions and 168 deletions

View file

@ -1 +1,4 @@
<?php require_once __DIR__ . '/../src/init.php';
<?php
declare(strict_types=1);
require_once __DIR__ . '/../src/init.php';