Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 16, 2023
1 parent 3c017b9 commit ff384c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Relation/Traits/MorphTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ trait MorphTrait
* @psalm-param class-string $interface
*
* @return Entity[]|Generator
*
* @psalm-return Generator<int, Entity, mixed, null>
*/
protected function findTargets(Registry $registry, string $interface): Generator
Expand Down
2 changes: 1 addition & 1 deletion tests/Schema/Fixtures/TestLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ protected function isPostgresSystemQuery(string $query): bool



;
;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function testRenderTables(): void
$r->register($tagContext)->linkTable($tagContext, 'default', 'tag_context');

(new Compiler())->compile($r, [
(new GenerateRelations(['manyToMany' => new ManyToMany()])),
new GenerateRelations(['manyToMany' => new ManyToMany()]),
$t = new RenderTables(),
new RenderRelations(),
]);
Expand Down

0 comments on commit ff384c1

Please sign in to comment.