mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
chore: style changes
This commit is contained in:
@ -15,4 +15,3 @@ test('pass', function () {
|
||||
test('failures', function () {
|
||||
expect(HasNoStrictType::class)->toUseStrictTypes();
|
||||
})->throws(ArchExpectationFailedException::class);
|
||||
|
||||
|
||||
@ -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