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

Upgrade phpstan to 0.12 #1

Merged
merged 3 commits into from
Aug 1, 2020
Merged

Upgrade phpstan to 0.12 #1

merged 3 commits into from
Aug 1, 2020

Conversation

boesing
Copy link
Member

@boesing boesing commented Jul 31, 2020

Q A
QA yes

Description

As my library already used phpstan, I just had to upgrade it and fix some annotations.
As the codestandard argues about annotations like @param array<string,int> $foo, I had to use @psalm-param.

I prefer using @psalm-param as we did not yet choose between phpstan/psalm.
phpstan can parse both annotations, why we are good to go.

boesing added 2 commits July 31, 2020 23:49
Signed-off-by: Maximilian Bösing <[email protected]>
@boesing boesing added the Enhancement New feature or request label Jul 31, 2020
Signed-off-by: Maximilian Bösing <[email protected]>
@Ocramius Ocramius added this to the 1.0.0 milestone Aug 1, 2020
@Ocramius Ocramius self-assigned this Aug 1, 2020
@Ocramius Ocramius merged commit 9ddd8b5 into 1.0.x Aug 1, 2020
@michalbundyra michalbundyra deleted the feature/phpstan-0.12 branch August 1, 2020 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants