File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/Collector/EventListener Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function __construct(string $configurationTableName)
2727 /** @var bool */
2828 private $ enabled = false ;
2929
30- /** @param AbstractAsset|string $asset */
30+ /** @param AbstractAsset<*> |string $asset */
3131 public function __invoke ($ asset ): bool
3232 {
3333 if (! $ this ->enabled ) {
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function testItFiltersNothingWhenNotRunningSpecificCommands(): void
4949 public function testItFiltersOutMigrationMetadataTableWhenRunningSpecificCommands (string $ command ): void
5050 {
5151 $ listener = new SchemaFilterListener ('doctrine_migration_versions ' );
52- $ ormCommand = new $ command ($ this -> createStub (EntityManagerProvider::class));
52+ $ ormCommand = new $ command (self :: createStub (EntityManagerProvider::class));
5353
5454 $ listener ->onConsoleCommand (new ConsoleCommandEvent (
5555 $ ormCommand ,
You can’t perform that action at this time.
0 commit comments