Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Remove @throws by CS fixer (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored Jun 11, 2020
1 parent 91481f8 commit e59306c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ return PhpCsFixer\Config::create()
'phpdoc_add_missing_param_annotation' => false,
'return_assignment' => false,
'comment_to_phpdoc' => false,
'general_phpdoc_annotation_remove' => [
'annotations' => ['author', 'copyright', 'throws'],
],
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => false,
],
Expand Down

0 comments on commit e59306c

Please sign in to comment.