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
There are only a few functions (and it's all procedural code), but if we don't have to support PHP < 5.3 there's no good reason to write as if we do.
Fixes#7.
Since #6 is dropping any pretense of PHP 5.x support, we can safely move to namespaces for a cleaner, more readable codebase.
The text was updated successfully, but these errors were encountered: