@@ -454,6 +454,7 @@ discard block |
||
454 | 454 | /** |
455 | 455 | * Take care of EventBeforeSave |
456 | 456 | * @see EventBeforeSave |
457 | + * @param AnnotatedInterface $model |
|
457 | 458 | * @return boolean |
458 | 459 | */ |
459 | 460 | private function _beforeSave($model, $event = null) |
@@ -473,6 +474,7 @@ discard block |
||
473 | 474 | /** |
474 | 475 | * Take care of EventAfterSave |
475 | 476 | * @see EventAfterSave |
477 | + * @param AnnotatedInterface $model |
|
476 | 478 | */ |
477 | 479 | private function _afterSave($model, $event = null) |
478 | 480 | { |
@@ -15,7 +15,6 @@ |
||
15 | 15 | |
16 | 16 | use Maslosoft\Addendum\Interfaces\AnnotatedInterface; |
17 | 17 | use Maslosoft\Mangan\Command; |
18 | -use Maslosoft\Mangan\Exceptions\CommandNotFoundException; |
|
19 | 18 | use Maslosoft\Mangan\Mangan; |
20 | 19 | use Maslosoft\Mangan\Storage\CommandProxyStorage; |
21 | 20 |