Skip to content

Commit

Permalink
[BUGFIX] Use correct filenames in security snippet captions (#5205)
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Brodala <mbrodala@pagemachine.de>
  • Loading branch information
github-actions[bot] and mbrodala authored Jan 14, 2025
1 parent 7bf8c92 commit d8920d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dispatch method has been dropped in favour of having dedicated routes to
each controller action.

.. code-block:: diff
:caption: **Revised** EXT:demo/Classes/Controller/ModuleController.php
:caption: **Revised** EXT:demo/Classes/Controller/CustomModuleController.php
:linenos:
<?php
Expand Down Expand Up @@ -191,7 +191,7 @@ The following example demonstrates enforcing HTTP methods in Extbase module
controllers using :php:`AllowedMethodsTrait`:

.. code-block:: diff
:caption: **Revised** EXT:demo/Classes/Controller/ModuleController.php
:caption: **Revised** EXT:demo/Classes/Controller/ExtbaseModuleController.php
:linenos:
<?php
Expand Down

0 comments on commit d8920d7

Please sign in to comment.