Skip to content

Commit b01d384

Browse files
committed
[CS] Remove @inheritdoc PHPDoc
1 parent 1ceefd2 commit b01d384

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Command/LintCommand.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ public function __construct(string $name = null, callable $directoryIteratorProv
5050
$this->isReadableProvider = null === $isReadableProvider ? null : $isReadableProvider(...);
5151
}
5252

53-
/**
54-
* {@inheritdoc}
55-
*/
5653
protected function configure()
5754
{
5855
$this

0 commit comments

Comments
 (0)