Remove strict types in tests, ensure classes are final

This commit is contained in:
Oliver Davies 2020-12-17 23:10:29 +00:00
parent a73adeca41
commit 8591a0f846
6 changed files with 1 additions and 13 deletions

View file

@ -1,7 +1,5 @@
<?php
declare(strict_types=1);
namespace Drupal\Tests\opdavies_talks\Kernel;
use Carbon\Carbon;