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
@@ -2,7 +2,4 @@
namespace Tests\Fixtures\Arch\ToUseStrictTypes;
class HasNoStrictType
{
}
class HasNoStrictType {}
@@ -4,7 +4,4 @@ declare(strict_types=1);
namespace Tests\Fixtures\Arch\ToUseStrictTypes;
class HasStrictType
{
}
class HasStrictType {}
@@ -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 {}