Skip to content

Commit 636406f

Browse files
committed
Add comment
1 parent 6929e3a commit 636406f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StateMachine/AEventProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function handle(Event $event) : int
201201
*/
202202
public function acceptEvent(Event $event) : bool
203203
{
204-
return true;
204+
return true; //For simple Rules we always accept the event if it passes the acceptEventType check, no context is checked
205205
}
206206

207207
/**

0 commit comments

Comments
 (0)