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
Thanks for providing this project. I noticed two small issues that I wanted to bring to your attention:
The composer.json file says that this project uses the MIT license, but there is no copy of the license included as a LICENSE file in the project itself.
The parser did not autoload for me. I think it is because the file is named parser.php but the class is named Parser with a capital P. I still got it to work by requiring the file with the require_once statement, though.
The text was updated successfully, but these errors were encountered:
Thanks for providing this project. I noticed two small issues that I wanted to bring to your attention:
The text was updated successfully, but these errors were encountered: