Skip to content

Commit

Permalink
[CS] Remove @inheritdoc PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Aug 25, 2022
1 parent 3f39c04 commit 8adca9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Exception/IOException.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ public function __construct(string $message, int $code = 0, \Throwable $previous
parent::__construct($message, $code, $previous);
}

/**
* {@inheritdoc}
*/
public function getPath(): ?string
{
return $this->path;
Expand Down

0 comments on commit 8adca9c

Please sign in to comment.