Skip to content

Commit

Permalink
bot: fix cs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil authored and kbond committed Oct 22, 2024
1 parent 1576c3b commit 828aa05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Persistence/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public function _withoutAutoRefresh(callable $callback): static;
public function _save(): static;

/**
* @return static
* @psalm-return T&Proxy<T>
* @phpstan-return static
*/
Expand Down
2 changes: 0 additions & 2 deletions tests/Integration/Mongo/EmbeddableDocumentFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

use Zenstruck\Foundry\Persistence\PersistentObjectFactory;
use Zenstruck\Foundry\Tests\Fixture\Document\WithEmbeddableDocument;
use Zenstruck\Foundry\Tests\Fixture\Factories\Entity\Contact\CascadeContactFactory;
use Zenstruck\Foundry\Tests\Fixture\Factories\Entity\Contact\ProxyCascadeContactFactory;
use Zenstruck\Foundry\Tests\Fixture\Model\Embeddable;
use Zenstruck\Foundry\Tests\Integration\Persistence\EmbeddableFactoryTestCase;
use Zenstruck\Foundry\Tests\Integration\RequiresMongo;
Expand Down

0 comments on commit 828aa05

Please sign in to comment.