Skip to content

Commit 8adca9c

Browse files
committed
[CS] Remove @inheritdoc PHPDoc
1 parent 3f39c04 commit 8adca9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Exception/IOException.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ public function __construct(string $message, int $code = 0, \Throwable $previous
2929
parent::__construct($message, $code, $previous);
3030
}
3131

32-
/**
33-
* {@inheritdoc}
34-
*/
3532
public function getPath(): ?string
3633
{
3734
return $this->path;

0 commit comments

Comments
 (0)