Skip to content

Commit

Permalink
chore: style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Oct 1, 2024
1 parent e38a271 commit 1115c64
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
1 change: 0 additions & 1 deletion tests/Features/Expect/toUseStrictTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
test('failures', function () {
expect(HasNoStrictType::class)->toUseStrictTypes();
})->throws(ArchExpectationFailedException::class);

5 changes: 1 addition & 4 deletions tests/Fixtures/Arch/ToUseStrictTypes/HasNoStrictType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

namespace Tests\Fixtures\Arch\ToUseStrictTypes;

class HasNoStrictType
{

}
class HasNoStrictType {}
5 changes: 1 addition & 4 deletions tests/Fixtures/Arch/ToUseStrictTypes/HasStrictType.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@

namespace Tests\Fixtures\Arch\ToUseStrictTypes;

class HasStrictType
{

}
class HasStrictType {}
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?php /** @noinspection PhpUnused */
<?php

/** @noinspection PhpUnused */

// some other comment

declare(strict_types=1);

namespace Tests\Fixtures\Arch\ToUseStrictTypes;

class HasStrictTypeWithCommentsAbove
{

}
class HasStrictTypeWithCommentsAbove {}

0 comments on commit 1115c64

Please sign in to comment.