The NamedArgumentConstructorAnnotation has been removed. Use the @NamedArgumentConstructor
annotation instead.
SimpleAnnotationReader has been removed.
DocLexer::peek() and DocLexer::glimpse now return
Doctrine\Common\Lexer\Token objects. When using doctrine/lexer 2, these
implement ArrayAccess as a way for you to still be able to treat them as
arrays in some ways.
CachedReader and FileCacheReader have been removed use PsrCachedReader instead.
AnnotationRegistry methods related to registering annotations instead of
using autoloading have been removed.
Parameter type declarations have been added to all methods of all classes. If
you have classes inheriting from classes inside this package, you should add
parameter and return type declarations.
Support for PHP < 7.2 has been removed
PhpParser::parseClass() has been removed. Use
PhpParser::parseUseStatements() instead.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps doctrine/annotations from 1.14.4 to 2.0.2.
Release notes
Sourced from doctrine/annotations's releases.
... (truncated)
Upgrade guide
Sourced from doctrine/annotations's upgrade guide.
Commits
901c2ee
Merge branch '1.14.x' into 2.0.x66d6765
Merge branch '1.14.x' into 2.0.xd69b6bf
Merge branch '1.14.x' into 2.0.x01489ff
Merge pull request #496 from greg0ire/2.0.x331446e
Merge remote-tracking branch 'origin/1.14.x' into 2.0.x94f40ad
Merge pull request #489 from greg0ire/inactive8d7f086
Mark project as inactivea9ec7af
Merge pull request #484 from VincentLanglet/patch-1ae6170f
Address coding standard issues523bc8e
Add psalm.xml to .gitattributesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show