Skip to content

Commit

Permalink
docs: Fix Story phpdocs (#727)
Browse files Browse the repository at this point in the history
* Update index.rst

* Update index.rst

Co-authored-by: Nicolas PHILIPPE <[email protected]>

---------

Co-authored-by: Nicolas PHILIPPE <[email protected]>
  • Loading branch information
simondaigre and nikophil authored Dec 2, 2024
1 parent 8cbee90 commit 0e7ac6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2106,10 +2106,11 @@ Later, you can access the story's state when creating other fixtures:
namespace App\Story;

use App\Factory\CategoryFactory;
use Zenstruck\Foundry\Persistence\Proxy;
use Zenstruck\Foundry\Story;

/**
* @method static Category php()
* @method static Category&Proxy<Category> php()
*/
final class CategoryStory extends Story
{
Expand Down

0 comments on commit 0e7ac6f

Please sign in to comment.