1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-13 17:44:11 +02:00

added declare(strict_types=1);

This commit is contained in:
David Grudl
2017-06-09 22:20:47 +02:00
parent 957d9281f3
commit a6028054d6
78 changed files with 160 additions and 4 deletions

View File

@@ -5,6 +5,8 @@
* @dataProvider ../databases.ini sqlite
*/
declare(strict_types=1);
use Tester\Assert;
require __DIR__ . '/bootstrap.php';