Skip to content

Commit

Permalink
Merge pull request #68 from lucasmichot/feature/inherit-doc
Browse files Browse the repository at this point in the history
Keep {@inheritdoc} unchanged.
  • Loading branch information
nunomaduro authored Jul 4, 2022
2 parents 619c7c1 + 990cdba commit a9c8f28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/presets/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@
'phpdoc_single_line_var_spacing' => true,
'phpdoc_summary' => false,
'phpdoc_to_comment' => false,
'phpdoc_tag_type' => true,
'phpdoc_tag_type' => [
'tags' => [
'inheritdoc' => 'inline',
],
],
'phpdoc_trim' => true,
'phpdoc_types' => true,
'phpdoc_var_without_name' => true,
Expand Down

0 comments on commit a9c8f28

Please sign in to comment.