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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add phpstan and resolve errors (#1)
* Add phpstan
* Add .gitignore
* Resolve phpstan errors
* Add github workflow for phpstan
* Add composer.lock
* Check for runtime errors
* Remove AutoDiscoverProvider.php as typo
* #1 Resolve Conversations
- Change return type of AutoDiscoverProvider::provides() to string[]
- Change return type of AutoDiscoveryProvider::provides() to string[]
- Remove larastan and use phpstan instead
- Check the output of file_get_contents
* Update composer.lock
* Fix return type of Repository::getComposerFrom()
* Fix ComposerFile type
Co-authored-by: Amir.h Yeganemehr <yeganemehr@yahoo.com>