Skip to content

Commit

Permalink
minor #5363 Added missing self return type to ConfigInterface::regist…
Browse files Browse the repository at this point in the history
…erCustomFixers() (vudaltsov)

This PR was merged into the 2.17 branch.

Discussion
----------

Added missing self return type to ConfigInterface::registerCustomFixers()

Commits
-------

001cdd2 Added missing self return type to ConfigInterface::registerCustomFixers()
  • Loading branch information
SpacePossum committed Dec 15, 2020
2 parents a4c7be9 + 001cdd2 commit b9511d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ConfigInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ public function getUsingCache();
* Name of custom fixer should follow `VendorName/rule_name` convention.
*
* @param FixerInterface[]|iterable|\Traversable $fixers
*
* @return self
*/
public function registerCustomFixers($fixers);

Expand Down

0 comments on commit b9511d9

Please sign in to comment.