Browse Source

Add missing declare strict

ravage84 2 years ago
parent
commit
57349e61ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/TestCase/Validation/NoI18nValidator.php

+ 1 - 0
tests/TestCase/Validation/NoI18nValidator.php

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