Update doctrine/common from v2.6.2 to v2.10.0 #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If you have a decent test suite, and your tests pass, it should be both safe and smart to merge this update.
Here is a list of changes between the version you use, and the version this pull request updates to:
self::assert*()
instead of$this->assert*()
master
is now2.9.x-dev
Version::VERSION
formaster
, which is now2.8.x-dev
false
)empty
formaster
alias to 2.8.x since 2.7.x was releasedfoo(?string $bar = null, $baz)
is equivalent tofoo(string $bar = null, $baz)
, so no need to be too strictvoid
requires PHP 7.1)@requires
instead of aPHP_VERSION_ID
comparison in tests that need skipping@group
isDefaultValueAvailable
instead ofisOptional
correctly reports the type of the parameterfoo(?string $bar = null, $baz)
is equivalent tofoo(string $bar = null, $baz)
, so no need to be too strictvoid
requires PHP 7.1)@requires
instead of aPHP_VERSION_ID
comparison in tests that need skipping@group
isDefaultValueAvailable
instead ofisOptional
correctly reports the type of the parameterManagerRegistryTest
as per #727setExpectedException
, which was deprecatedgetMock
usage - relying ongetMockBuilder
andcreateMock
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.