mscherer 7 years ago
parent
commit
acf85b7cac

+ 0 - 5
tests/test_app/Plugin/TestPlugin/src/Vendor/Example/ExampleExample.php

@@ -1,5 +0,0 @@
-<?php
-declare(strict_types=1);
-class ExampleExample
-{
-}

+ 1 - 1
tests/test_app/TestApp/Log/Object/JsonObject.php

@@ -1,5 +1,5 @@
 <?php
-
+declare(strict_types=1);
 namespace TestApp\Log\Object;
 
 use JsonSerializable;

+ 1 - 1
tests/test_app/TestApp/Log/Object/StringObject.php

@@ -1,5 +1,5 @@
 <?php
-
+declare(strict_types=1);
 namespace TestApp\Log\Object;
 
 /**