Skip to content

Commit 3bcf127

Browse files
authored
Add missing docblock summary to NotFoundException (#142)
1 parent efd913b commit 3bcf127

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/contracts/Exceptions/NotFoundException.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException;
1010

1111
/**
12-
* Implementation of the {@link \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException}
13-
* interface.
12+
* REST API equivalent of PHP API's NotFoundException.
1413
*
15-
* @see \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException
14+
* Implementation of the {@see \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException}
15+
* interface.
1616
*/
1717
class NotFoundException extends APINotFoundException
1818
{

0 commit comments

Comments
 (0)