Passed
Branch master (374312)
by Rick
02:08
created
src/CallbackTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 
53 53
 	public function cancel(): void
54 54
 	{
55
-		$this->callback = function () {};
55
+		$this->callback = function() {};
56 56
 		$this->setExpiryTime(0);
57 57
 	}
58 58
 
Please login to merge, or discard this patch.