Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Oct 29, 2024
1 parent e65f033 commit 7d9938b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/DoctrineServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

use function assert;
use function class_exists;
use function config;
use function config_path;

class DoctrineServiceProvider extends ServiceProvider
Expand Down
4 changes: 2 additions & 2 deletions tests/Feature/DoctrineServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function testRegistryIsRegistered(): void

$this->assertInstanceOf(
ManagerRegistry::class,
$registry
$registry,
);
}

Expand All @@ -34,7 +34,7 @@ public function testMetaDataFactory(): void

$this->assertInstanceOf(
ClassMetadataFactory::class,
$metaDataFactory
$metaDataFactory,
);
}
}

0 comments on commit 7d9938b

Please sign in to comment.