mirror of
https://github.com/dg/dibi.git
synced 2025-07-30 19:00:13 +02:00
added declare(strict_types=1);
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
if (@!include __DIR__ . '/../vendor/autoload.php') {
|
||||
die('Install dependencies using `composer install --dev`');
|
||||
}
|
||||
|
Reference in New Issue
Block a user