Skip to content

Commit cd31afc

Browse files
committed
Apply fixes from StyleCI
1 parent be3ee8b commit cd31afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/framework/tests/Unit/UnsupportedPageTypeExceptionTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Hyde\Framework\Testing\Unit;
44

5-
use Hyde\Testing\TestCase;
65
use Hyde\Framework\Exceptions\UnsupportedPageTypeException;
6+
use Hyde\Testing\TestCase;
77

88
/**
99
* @covers \Hyde\Framework\Exceptions\UnsupportedPageTypeException
@@ -24,4 +24,4 @@ public function test_it_throws_an_exception_when_page_type_is_not_supported()
2424

2525
throw new UnsupportedPageTypeException('unsupported');
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)