Skip to content

Commit

Permalink
chore: style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 21, 2023
1 parent b29fb41 commit b758990
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Factories/ObjectDescriptionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private static function ensureServiceContainerIsInitialized(): void
*/
private static function isUserDefined(string $use): bool
{
if(PhpCoreExpressions::getClass($use) !== null){
if (PhpCoreExpressions::getClass($use) !== null) {
return false;
}

Expand Down
2 changes: 0 additions & 2 deletions tests/Arch.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
use Pest\Arch\Objects\ObjectDescription;
use Pest\Arch\Objects\ObjectDescriptionBase;
use Pest\Arch\Objects\VendorObjectDescription;
use Pest\Arch\Support\PhpCoreExpressions;
use Pest\Arch\ValueObjects\Dependency;
use Pest\Arch\ValueObjects\Targets;
use Pest\Arch\ValueObjects\Violation;
use Pest\Expectation;
use Tests\Fixtures\Misc\HasNativeFunctions;
use Whoops\Exception\Frame;

test('base')
Expand Down

0 comments on commit b758990

Please sign in to comment.