@@ -112,7 +112,7 @@ discard block |
||
| 112 | 112 | } |
| 113 | 113 | |
| 114 | 114 | /** |
| 115 | - * @param null $request |
|
| 115 | + * @param null|SS_HTTPRequest $request |
|
| 116 | 116 | * |
| 117 | 117 | * @return DataObject|void |
| 118 | 118 | * @throws SS_HTTPResponse_Exception |
@@ -135,6 +135,7 @@ discard block |
||
| 135 | 135 | |
| 136 | 136 | /** |
| 137 | 137 | * @param $event |
| 138 | + * @param DataObject|null $product |
|
| 138 | 139 | * |
| 139 | 140 | * @return $this |
| 140 | 141 | */ |