1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-30 17:29:53 +02:00

fixed compatibility with PHP 8 [Closes #379]

This commit is contained in:
David Grudl
2020-10-15 16:50:37 +02:00
parent 3f7171c7a4
commit fa6a1203a9
4 changed files with 17 additions and 12 deletions

View File

@@ -1,9 +1,5 @@
<?php
/**
* @phpversion 5.5
*/
declare(strict_types=1);
use Tester\Assert;