Skip to content

Commit

Permalink
docs: Fix CategoryStory codeblock (#681)
Browse files Browse the repository at this point in the history
Codeblock was not nested in the tip and was badly rendered
  • Loading branch information
smnandre authored Aug 5, 2024
1 parent f89d43e commit 8bf8c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@ Later, you can access the story's state when creating other fixtures:
Unlike factories, stories are not tied to a specific type, and then they cannot be generic, but you can leverage
the magic method and PHPDoc to improve autocompletion and fix static analysis issues with stories:

::
::

// src/Story/CategoryStory.php
namespace App\Story;
Expand Down

0 comments on commit 8bf8c4c

Please sign in to comment.