mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: style changes
This commit is contained in:
@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user