| 1 | <?php |
||
| 8 | class ImageObserver extends Observer |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * On creating. |
||
| 12 | * |
||
| 13 | * @param $model |
||
| 14 | * @return \Illuminate\Database\Eloquent\Model; |
||
|
|
|||
| 15 | */ |
||
| 16 | public function creating($model) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * On deleting. |
||
| 32 | * |
||
| 33 | * @param $model |
||
| 34 | * @return \Illuminate\Database\Eloquent\Model; |
||
| 35 | */ |
||
| 36 | public function deleting($model) |
||
| 48 | |||
| 49 | /** |
||
| 50 | * On deleted. |
||
| 51 | * |
||
| 52 | * @param $model |
||
| 53 | * @return \Illuminate\Database\Eloquent\Model; |
||
| 54 | */ |
||
| 55 | public function deleted($model) |
||
| 60 | } |
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.