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

Update Psalm to latest 5.14.0, and remove usage of deprecated withCon… #580

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

bdsl
Copy link
Contributor

@bdsl bdsl commented Jul 31, 2023

…secutive from PHPUnit

I ran:
docker-compose exec app composer update -W vimeo/psalm

Changes:
doctrine/deprecations (v1.0.0 => v1.1.1)
symfony/deprecation-contracts (v3.2.0 => v3.3.0)
symfony/string (v6.2.2 => v6.3.2)
symfony/console (v6.2.3 => v6.3.2)
symfony/filesystem (v6.2.0 => v6.3.1)
phpstan/phpdoc-parser (1.23.0)
phpdocumentor/type-resolver (1.6.2 => 1.7.2)
netresearch/jsonmapper (v4.1.0 => v4.2.0)
fidry/cpu-core-counter (0.4.1 => 0.5.1)
spatie/array-to-xml (2.17.1 => 3.2.0)
sebastian/type (3.2.0 => 3.2.1)
sebastian/recursion-context (4.0.4 => 4.0.5)
sebastian/environment (5.1.4 => 5.1.5)
sebastian/diff (4.0.4 => 4.0.5)
nikic/php-parser (v4.15.2 => v4.16.0)
phpunit/php-code-coverage (9.2.23 => 9.2.27)
myclabs/deep-copy (1.11.0 => 1.11.1)
phpunit/phpunit (9.5.28 => 9.6.10)
phpspec/prophecy (v1.16.0 => v1.17.0)
vimeo/psalm (5.13.0 => 5.14.0)

@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (3ed0b04) 72.38% compared to head (9eea660) 72.38%.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #580   +/-   ##
==========================================
  Coverage      72.38%   72.38%           
  Complexity       762      762           
==========================================
  Files             67       67           
  Lines           2991     2991           
==========================================
  Hits            2165     2165           
  Misses           826      826           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

…secutive from PHPUnit

I ran:
docker-compose exec app composer update -W vimeo/psalm

Changes:
	doctrine/deprecations (v1.0.0 => v1.1.1)
	symfony/deprecation-contracts (v3.2.0 => v3.3.0)
	symfony/string (v6.2.2 => v6.3.2)
	symfony/console (v6.2.3 => v6.3.2)
	symfony/filesystem (v6.2.0 => v6.3.1)
	phpstan/phpdoc-parser (1.23.0)
	phpdocumentor/type-resolver (1.6.2 => 1.7.2)
	netresearch/jsonmapper (v4.1.0 => v4.2.0)
	fidry/cpu-core-counter (0.4.1 => 0.5.1)
	spatie/array-to-xml (2.17.1 => 3.2.0)
	sebastian/type (3.2.0 => 3.2.1)
	sebastian/recursion-context (4.0.4 => 4.0.5)
	sebastian/environment (5.1.4 => 5.1.5)
	sebastian/diff (4.0.4 => 4.0.5)
	nikic/php-parser (v4.15.2 => v4.16.0)
	phpunit/php-code-coverage (9.2.23 => 9.2.27)
	myclabs/deep-copy (1.11.0 => 1.11.1)
	phpunit/phpunit (9.5.28 => 9.6.10)
	phpspec/prophecy (v1.16.0 => v1.17.0)
	vimeo/psalm (5.13.0 => 5.14.0)
->willReturnCallback(fn(array $constraint) => match ($constraint) {
['salesforceId' => 'sfFundId123'] => $existingFundNonShared,
['salesforceId' => 'sfFundId456'] => $existingFundShared,
});
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bdsl bdsl merged commit 688ff80 into develop Aug 1, 2023
3 checks passed
@bdsl bdsl deleted the psalm-5.14.0 branch August 1, 2023 10:52
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.

None yet

2 participants