Skip to content

Commit 3401614

Browse files
committed
Decalre strict
1 parent 8fd146c commit 3401614

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/Component/Icon/TestIconPng.php

Lines changed: 1 addition & 1 deletion
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\Component\Icon;
44

tests/Component/Icon/TestIconSvg.php

Lines changed: 1 addition & 1 deletion
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\Component\Icon;
44

tests/Map/TestHrefLang.php

Lines changed: 1 addition & 1 deletion
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\Map;
44

0 commit comments

Comments
 (0)