You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #4843 NoSuperfluousPhpdocTagsFixer - fix typo in option description (OndraM)
This PR was merged into the 2.16 branch.
Discussion
----------
NoSuperfluousPhpdocTagsFixer - fix typo in option description
```diff
- annontation
+ annotation
```
Commits
-------
a5d6ef5 Fix typo in no_superfluous_phpdoc_tags
Copy file name to clipboardExpand all lines: src/Fixer/Phpdoc/NoSuperfluousPhpdocTagsFixer.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ protected function createConfigurationDefinition()
165
165
->setAllowedTypes(['bool'])
166
166
->setDefault(false)
167
167
->getOption(),
168
-
(newFixerOptionBuilder('allow_unused_params', 'Whether `param` annontation without actual signature is allowed (`true`) or considered superfluous (`false`)'))
168
+
(newFixerOptionBuilder('allow_unused_params', 'Whether `param` annotation without actual signature is allowed (`true`) or considered superfluous (`false`)'))
0 commit comments