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
{{ message }}
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.
It seems that the methods inOrderSequence() and anyOrderSequence() are pretty much useless and should be deprecated in favor of inOrder(...$calls) and anyOrder(...$calls). Of course they are needed when using older PHP versions to avoid call_user_func_array so you might want to postpone this to when you switch phony to new PHP.
The text was updated successfully, but these errors were encountered:
http://eloquent-software.com/phony/latest/#dynamic-order-verification
It seems that the methods
inOrderSequence()
andanyOrderSequence()
are pretty much useless and should be deprecated in favor ofinOrder(...$calls)
andanyOrder(...$calls)
. Of course they are needed when using older PHP versions to avoid call_user_func_array so you might want to postpone this to when you switch phony to new PHP.The text was updated successfully, but these errors were encountered: