Skip to content

Commit f0d5c25

Browse files
committed
autofix code styke
1 parent 940b6ca commit f0d5c25

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

src/Config/Php82.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
namespace drupol\PhpCsFixerConfigsPhp\Config;
66

7+
use function dirname;
8+
79
final class Php82 extends YamlConfig
810
{
911
public function __construct()

src/Contract/PhpCsFixerConfigInterface.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)