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
is_a() please use the language construct instanceof its faster.
Stubborn.php#L233 You want self:: I think rather than static::
Your using Exceptions for your events.. seems abit fugly.. quick fix solution might be a have an EventException, throw new EventException(Event::STOP_TIMING), rather than having a class called "StopEvent" which actually extends an Exception but doesn't live in the Exception folder or named "StopEventException".. even then this seems odd using Exceptions for Events. using the Symfony EventDispatcher would be Ideal.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: