This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
cakephp
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add missing declare strict
ravage84
2 years ago
parent
a4428cd9c4
commit
57349e61ef
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
tests/TestCase/Validation/NoI18nValidator.php
+ 1
- 0
tests/TestCase/Validation/NoI18nValidator.php
View File
@@ -1,4 +1,5 @@
<?php
+declare(strict_types=1);
namespace Cake\Test\TestCase\Validation;