@@ -114,7 +114,7 @@ discard block |
||
114 | 114 | /** |
115 | 115 | * Run before a record is deleted. |
116 | 116 | * |
117 | - * @param EntryInterface|EloquentModel $entry |
|
117 | + * @param EntryInterface $entry |
|
118 | 118 | * @return bool |
119 | 119 | */ |
120 | 120 | public function deleting(EntryInterface $entry) |
@@ -154,7 +154,7 @@ discard block |
||
154 | 154 | /** |
155 | 155 | * Fired just before restoring. |
156 | 156 | * |
157 | - * @param EntryInterface|EloquentModel $entry |
|
157 | + * @param EntryInterface $entry |
|
158 | 158 | */ |
159 | 159 | public function restoring(EntryInterface $entry) |
160 | 160 | { |
@@ -164,7 +164,7 @@ discard block |
||
164 | 164 | /** |
165 | 165 | * Run after a record has been restored. |
166 | 166 | * |
167 | - * @param EntryInterface|EloquentModel $entry |
|
167 | + * @param EntryInterface $entry |
|
168 | 168 | */ |
169 | 169 | public function restored(EntryInterface $entry) |
170 | 170 | { |