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
* If you able to transform message back to event return it.
22
-
* If you failed to transform for some reason you can return instance of Result object ( Like this Result::reject() );.
20
+
* If you failed to transform for some reason you can return a string status (@see PsrProcess constants) or an object that implements __toString method.
21
+
* The object must have a __toString method is supposed to be used as PsrProcessor::process return value.
0 commit comments