fix phpdoc

This commit is contained in:
Yuri Kuznetsov
2023-07-25 14:27:40 +03:00
parent 025cdf246a
commit c9dd7722c3
+1 -1
View File
@@ -239,7 +239,7 @@ class Service implements Crud,
* @param non-empty-string $id
* @return TEntity
* @throws NotFoundSilent If not found.
* @throws ForbiddenSilent If no read access.
* @throws Forbidden If no read access.
*/
public function read(string $id, ReadParams $params): Entity
{