You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Privatization] Skip parent static property used by parent method on PrivatizeFinalClassPropertyRector (#1978), Thanks @samsonasik!
[Php80] Skip empty default on ChangeSwitchToMatchRector (#1980), Thanks @samsonasik!
[TypeDeclaration] Fix AddMethodCallBasedStrictParamTypeRector for offset type (#1982)
Fix AddClosureReturnTypeRector for union types of mutually related classes (#1984), Thanks @samsonasik!
[CodingStyle] Skip AddFalseDefaultToBoolPropertyRector on assigned in __construct (#1998), Thanks @samsonasik!
[TypeDeclaration] Handle default value on not inlined assignment in __construct on TypedPropertyFromStrictConstructorRector (#2008), Thanks @samsonasik!
[TypeDeclaration] Handle multiple methods define __construct later on TypedPropertyFromStrictConstructorRector (#2009), Thanks @samsonasik!
[TypeDeclaration] Skip __construct in inner class on TypedPropertyFromStrictConstructorRector (#2010), Thanks @samsonasik!
[PHPStan] Fix PHPStan notice on ParallelFileProcessor (#2011), Thanks @samsonasik!