Skip to content

Commit 35a0b91

Browse files
authored
Merge pull request #284 from lloc/chore
Chore
2 parents 201206f + 1e0e8ec commit 35a0b91

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

tests/Component/Icon/TestIconPng.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\Component\Icon;
44

tests/Component/Icon/TestIconSvg.php

+1-2
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

@@ -8,7 +8,6 @@
88

99
class TestIconSvg extends MslsUnitTestCase {
1010

11-
1211
public function test_get(): void {
1312
Functions\when( 'plugin_dir_path' )->justReturn( dirname( __DIR__, 3 ) . '/' );
1413

tests/Map/TestHrefLang.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\Map;
44

0 commit comments

Comments
 (0)