chore: style changes

This commit is contained in:
Nuno Maduro
2024-10-01 11:48:14 +01:00
parent e38a271ca2
commit 1115c64186
4 changed files with 6 additions and 14 deletions

View File

@ -15,4 +15,3 @@ test('pass', function () {
test('failures', function () {
expect(HasNoStrictType::class)->toUseStrictTypes();
})->throws(ArchExpectationFailedException::class);

View File

@ -2,7 +2,4 @@
namespace Tests\Fixtures\Arch\ToUseStrictTypes;
class HasNoStrictType
{
}
class HasNoStrictType {}

View File

@ -4,7 +4,4 @@ declare(strict_types=1);
namespace Tests\Fixtures\Arch\ToUseStrictTypes;
class HasStrictType
{
}
class HasStrictType {}

View File

@ -1,4 +1,6 @@
<?php /** @noinspection PhpUnused */
<?php
/** @noinspection PhpUnused */
// some other comment
@ -6,7 +8,4 @@ declare(strict_types=1);
namespace Tests\Fixtures\Arch\ToUseStrictTypes;
class HasStrictTypeWithCommentsAbove
{
}
class HasStrictTypeWithCommentsAbove {}