phpDocumentor / Reflection

Reflection library to do Static Analysis for PHP Projects
MIT License
117 stars 51 forks source link

Bump rector/rector from 0.15.2 to 0.15.3 #319

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rector/rector from 0.15.2 to 0.15.3.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.15.3

New Features :partying_face:

  • [CodeQuality] Add Variable support on class arg on InlineIsAInstanceOfRector (#3261)
  • [Utils] Add ArrayChecker util to verify first data found on given array (#3262)

Bugfixes :bug:

  • [TypeDeclaration] Fix TypedPropertyFromStrictGetterMethodReturnTypeRector for default type (#3251)
  • [Privatization] Optimize ParentPropertyLookupGuard, make $class parameter required (#3252)
  • [CodeQuality] Handle crash on ReturnTypeFromStrictScalarReturnExprRector on ConditionalTypeForParameter (#3254)
  • refactors Spatie enum method calls to native enums (#3226), Thanks @​JoolsMcFly!
  • PHP80 string helpers loose comparison (#3246), Thanks @​N-Silbernagel!
  • [CodeQuality] Handle class-string case insensitive on CompleteDynamicPropertiesRector (#3260)
  • [TypeDeclaration] Handle comment + single docblock on TypedPropertyFromAssignsRector (#3264)
  • Bump PHPStan ^1.9.7 (#3268)
  • [TypeDeclaration] Do not remove multiple docblocks with comment on TypedPropertyFromAssignsRector (#3263)
  • [e2e] handle multiple classes with anonymous class on MultipleClassFileToPsr4ClassesRector file removed (#3253)
Commits
  • 3f15e3a Rector 0.15.3
  • 29be2b6 Updated Rector to commit 9c64c2a7ef9aa19592349b3928173adc9b9eb394
  • 6b7133a Updated Rector to commit d43f7498b821cf58437f622bce3b3aae290fa89e
  • 9548122 Updated Rector to commit d43f7498b821cf58437f622bce3b3aae290fa89e
  • 80b6ffc Updated Rector to commit 8c439cffaee2124388b4fd03db951f43f10a5359
  • a8b92be Updated Rector to commit 27d57142d9581209db7809c3e1f50e77140574cb
  • ee002f4 Updated Rector to commit fe5292d39dde5bfbd9ad3f652762bf70f621ee48
  • 9b5abdc Updated Rector to commit fe5292d39dde5bfbd9ad3f652762bf70f621ee48
  • 3e51438 Updated Rector to commit 5b76f7b43b18b04c4eb32fbf55d6795478a09a43
  • 11b6f00 Updated Rector to commit a94a11a157b69172d32dbdd6de3328d313f9f5ce
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)