Skip to content

Commit e9a01d8

Browse files
committed
style(event): added docblock return types as per the CR
Refs phalcon#17
1 parent 16f56bc commit e9a01d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/Events/Event.php

+4
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ public function getType(): string
123123
* $event->stop();
124124
* }
125125
* ```
126+
*
127+
* @return bool
126128
*/
127129
public function isCancelable(): bool
128130
{
@@ -131,6 +133,8 @@ public function isCancelable(): bool
131133

132134
/**
133135
* Check whether the event is currently stopped.
136+
*
137+
* @return bool
134138
*/
135139
public function isStopped(): bool
136140
{

0 commit comments

Comments
 (0)