From 311de17730174dae1f951bdf38a657e6c5453574 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 8 Oct 2018 13:05:00 +0200 Subject: Rename method to abortIfInterrupted Signed-off-by: Daniel Kesselberg --- core/Command/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Command') diff --git a/core/Command/Base.php b/core/Command/Base.php index 0695582ef50..4eca5bcaab7 100644 --- a/core/Command/Base.php +++ b/core/Command/Base.php @@ -133,7 +133,7 @@ class Base extends Command implements CompletionAwareInterface { * * @throws InterruptedException */ - protected function hasBeenInterrupted() { + protected function abortIfInterrupted() { if ($this->php_pcntl_signal === false) { return; } -- cgit v1.2.3