strict types

This commit is contained in:
Dennis Eichhorn 2019-04-27 10:41:17 +02:00
parent c799124d12
commit 872b613d87

View File

@ -1,2 +1,2 @@
<?php declare(strict_types=1);
<?php
return [1, 2, 3];