File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55namespace drupol \PhpCsFixerConfigsPhp \Config ;
66
7+ use function dirname ;
8+
79final class Php82 extends YamlConfig
810{
911 public function __construct ()
Original file line number Diff line number Diff line change @@ -13,22 +13,16 @@ interface PhpCsFixerConfigInterface extends ConfigInterface
1313{
1414 /**
1515 * @param mixed ...$configs
16- *
17- * @return \drupol\PhpCsFixerConfigsPhp\Contract\PhpCsFixerConfigInterface
1816 */
1917 public function withRulesFromConfig (...$ configs ): PhpCsFixerConfigInterface ;
2018
2119 /**
2220 * @param mixed ...$filenames
23- *
24- * @return \drupol\PhpCsFixerConfigsPhp\Contract\PhpCsFixerConfigInterface
2521 */
2622 public function withRulesFromYaml (...$ filenames ): PhpCsFixerConfigInterface ;
2723
2824 /**
2925 * @param mixed ...$filenames
30- *
31- * @return \drupol\PhpCsFixerConfigsPhp\Contract\PhpCsFixerConfigInterface
3226 */
3327 public function withRulesFromYamlOnly (...$ filenames ): PhpCsFixerConfigInterface ;
3428}
You can’t perform that action at this time.
0 commit comments