mirror of
https://github.com/openvk/chandler.git
synced 2025-03-31 21:43:59 +03:00
Fixing the Cancelable interface.
This commit is contained in:
parent
d7d97fc4bf
commit
336000b8d4
1 changed files with 2 additions and 4 deletions
|
@ -9,9 +9,7 @@ namespace Chandler\Eventing\Events;
|
||||||
*/
|
*/
|
||||||
interface Cancelable
|
interface Cancelable
|
||||||
{
|
{
|
||||||
protected $cancelled;
|
public function cancel(): void;
|
||||||
|
|
||||||
function cancel(): void;
|
public function isCancelled(): bool;
|
||||||
|
|
||||||
function isCancelled(): bool;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue