1 | <?php |
||
8 | class DragonRepository extends EntityRepository |
||
9 | { |
||
10 | /** |
||
11 | * @param Dragon $dragon |
||
12 | * @return $dragon |
||
|
|||
13 | * @throws \Doctrine\ORM\ORMException |
||
14 | * @throws \Doctrine\ORM\OptimisticLockException |
||
15 | */ |
||
16 | public function save(Dragon $dragon) |
||
24 | |||
25 | /** |
||
26 | * @param Dragon $dragon |
||
27 | * @throws \Doctrine\ORM\OptimisticLockException |
||
28 | * @throws \Doctrine\ORM\ORMException |
||
29 | */ |
||
30 | public function delete(Dragon $dragon) |
||
35 | } |
||
36 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.