@@ -53,7 +53,6 @@ |
||
53 | 53 | |
54 | 54 | /** |
55 | 55 | * Do somthing with consumed handle. |
56 | - * @param array $entry |
|
57 | 56 | */ |
58 | 57 | abstract protected function interruptConsume(); |
59 | 58 |
@@ -53,7 +53,6 @@ |
||
53 | 53 | |
54 | 54 | /** |
55 | 55 | * Do nothing. |
56 | - * @param array $entry |
|
57 | 56 | */ |
58 | 57 | protected function interruptConsume() {} |
59 | 58 | } |