Skip to content

Commit 0136cb6

Browse files
Add onClosed Event
This will allow the IDE to suggest the onClosed method when chaining in HTML Editor. Fixed issue with php stan.
1 parent 7190cfd commit 0136cb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Html/Editor/HasEvents.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
/**
88
* @method $this onClose($script)
9+
* @method $this onClosed($script)
910
* @method $this onCreate($script)
1011
* @method $this onDisplayOrder($script)
1112
* @method $this onEdit($script)

0 commit comments

Comments
 (0)