Declare strict types

Force strict types declaration in all files.
pull/82/head
MathiasReker 2022-06-17 14:48:35 +02:00
parent bceb9cae11
commit 4565964391
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
/* /*
* This file is part of Flarum. * This file is part of Flarum.

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
/* /*
* This file is part of Flarum. * This file is part of Flarum.

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
/* /*
* This file is part of Flarum. * This file is part of Flarum.