Skip to content

Commit

Permalink
Updating phpcs rules to allow void return type. (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
sawtell authored Sep 3, 2020
1 parent dc73129 commit a03cfb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/drupal8/application/overlay/phpcs.xml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
<rule ref="Drupal.Commenting.FunctionComment.MissingReturnComment">
<severity>0</severity>
</rule>
<rule ref="Drupal.Commenting.FunctionComment.VoidReturn">
<severity>0</severity>
</rule>

<!--
Annotations should be imported, not expanded
Expand Down

0 comments on commit a03cfb1

Please sign in to comment.