ndm2 4 years ago
parent
commit
b78d6fdc2e

+ 1 - 0
tests/test_app/TestApp/Stub/CaseStatementExpressionStub.php

@@ -1,4 +1,5 @@
 <?php
+declare(strict_types=1);
 
 namespace Cake\Test\test_app\TestApp\Stub;
 

+ 1 - 0
tests/test_app/TestApp/Stub/WhenThenExpressionStub.php

@@ -1,4 +1,5 @@
 <?php
+declare(strict_types=1);
 
 namespace Cake\Test\test_app\TestApp\Stub;