Skip to content

Commit 8423005

Browse files
committed
fix: make cancelOperation public
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent 8f4614b commit 8423005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Command/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ protected function abortIfInterrupted() {
161161
*
162162
* Gives a chance to the command to properly terminate what it's doing
163163
*/
164-
protected function cancelOperation() {
164+
public function cancelOperation(): void {
165165
$this->interrupted = true;
166166
}
167167

0 commit comments

Comments
 (0)