Skip to content

Commit

Permalink
Fix with*OrFail templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 18, 2024
1 parent 8891f4e commit 612f386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/Dto/element/method_with_or_fail.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
*
{% endif %}
* @param {{ type }} ${{ name }}
{% if not typeHint %}
*
* @throws \RuntimeException If value is not present.
{% endif %}
*
* @return static
*/
Expand Down

0 comments on commit 612f386

Please sign in to comment.