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
PicoFeed now required PHP 7.1, but it's mostly still a PHP 5 library under the hood. Adding parameter and return type specifications and using strict mode throughout would help avoid problems like happened with #22, and would also help formalize the API.