Skip to content

Commit fb8f317

Browse files
committed
Declare strict
1 parent 1e0e8ec commit fb8f317

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/MslsUnitTestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare( strict_types=1 );
22

33
namespace lloc\MslsTests;
44

tests/TestMslsAdmin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare( strict_types=1 );
22

33
namespace lloc\MslsTests;
44

tests/TestMslsAdminIcon.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare( strict_types=1 );
22

33
namespace lloc\MslsTests;
44

0 commit comments

Comments
 (0)