Passed
Push — master ( 7c37b9...08924a )
by Rick
02:09
created
src/CallbackTask.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,9 @@
 block discarded – undo
52 52
 
53 53
 	public function cancel(): void
54 54
 	{
55
-		$this->callback = function () {};
55
+		$this->callback = function ()
56
+		{
57
+};
56 58
 		$this->setExpiryTime(0);
57 59
 	}
58 60
 
Please login to merge, or discard this patch.