explicitely set script_types=1

This commit is contained in:
Dominik Liebler
2019-08-17 21:58:04 +02:00
parent 2f28ceb948
commit de5c0c929c
167 changed files with 198 additions and 49 deletions

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace DesignPatterns\Structural\FluentInterface;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace DesignPatterns\Structural\FluentInterface\Tests;