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
* Add psalm
* Fix some minor type errors and improve code comments
* Add more function comments
* If no scope closer is found, use the end of the file
* Rename argument list to parameter
* Clarify scopeType param type
* Since we are not using real types, allow scopeType to be null
* Allow typeHint to be null since we are not using real types
* Disable cache for psalm because it causes failures
* Adjust phpcs config to only lint source and tests
* Add fix composer script
* Run static-analysis in GH workflow
* Fix linting issues
* Add PHP 5.6 compatible version of psalm
* Add psalm compatible with php 5.5
* Add support for psalm 5 to support php 8.1
* Support 5.0 beta
* Allow psalm 0.2
* Allow beta stability of psalm
* Allow php-coveralls install to change other deps
0 commit comments