Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 20c110a

Browse files
committed
Inherit entire class docblock
1 parent cbb25c0 commit 20c110a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/InvalidArgumentException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use InvalidArgumentException as SplInvalidArgumentException;
1313

1414
/**
15-
* {@inheritDoc}
15+
* @inheritDoc
1616
*/
1717
class InvalidArgumentException extends SplInvalidArgumentException implements ExceptionInterface
1818
{

0 commit comments

Comments
 (0)