We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f56bc commit e9a01d8Copy full SHA for e9a01d8
src/Events/Event.php
@@ -123,6 +123,8 @@ public function getType(): string
123
* $event->stop();
124
* }
125
* ```
126
+ *
127
+ * @return bool
128
*/
129
public function isCancelable(): bool
130
{
@@ -131,6 +133,8 @@ public function isCancelable(): bool
131
133
132
134
/**
135
* Check whether the event is currently stopped.
136
137
138
139
public function isStopped(): bool
140
0 commit comments