You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It accidentally seems to work since PHP allows defining object properties dynamically...
Either the declaration is missing or this is a typo and the intended property name is listenerIndex.
The text was updated successfully, but these errors were encountered:
While working on sabre-io/dav#1037
I noticed that this line uses an undefined variable:
listenersIndex
https://github.com/sabre-io/event/blob/master/lib/WildcardEmitterTrait.php#L170
It accidentally seems to work since PHP allows defining object properties dynamically...
Either the declaration is missing or this is a typo and the intended property name is
listenerIndex
.The text was updated successfully, but these errors were encountered: