Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the types #89

Merged
merged 1 commit into from
Aug 5, 2020
Merged

Fix the types #89

merged 1 commit into from
Aug 5, 2020

Conversation

b1rdex
Copy link
Contributor

@b1rdex b1rdex commented Jul 21, 2020

This PR:

  • fixes lots of wrong/missing PHPDoc types
  • adds PHP 7.4 to test matrix
  • adds PHPStan CI pipeline to do a static code analysis
  • adds a small portion of SCA-specific type hints (like array<string, string> to show the key type or array<\morphos\Cases::*> to reference interface constants) to further improve code quality
  • fixes GeographicalNamesInflection::getCase() expects int, string given.  #88

@wapmorgan wapmorgan merged commit ba7f498 into wapmorgan:master Aug 5, 2020
@b1rdex b1rdex deleted the fix-the-types branch August 6, 2020 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GeographicalNamesInflection::getCase() expects int, string given.
2 participants