Browse Source

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

Valentin Udaltsov 4 years ago
parent
commit
001cdd21db
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/ConfigInterface.php

+ 2 - 0
src/ConfigInterface.php

@@ -108,6 +108,8 @@ interface ConfigInterface
      * Name of custom fixer should follow `VendorName/rule_name` convention.
      *
      * @param FixerInterface[]|iterable|\Traversable $fixers
+     *
+     * @return self
      */
     public function registerCustomFixers($fixers);