Skip to content

Commit

Permalink
Add missing docblock summary to NotFoundException (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis authored Dec 27, 2024
1 parent efd913b commit 3bcf127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/contracts/Exceptions/NotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException;

/**
* Implementation of the {@link \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException}
* interface.
* REST API equivalent of PHP API's NotFoundException.
*
* @see \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException
* Implementation of the {@see \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException}
* interface.
*/
class NotFoundException extends APINotFoundException
{
Expand Down

0 comments on commit 3bcf127

Please # to comment.