Closed sjokkateer closed 2 years ago
I was additionally wondering if changing ClassDefinition::reflectParameters()'s comparison function to using the spaceship operator would provide any benefits, or leave it as is?
I was additionally wondering if changing ClassDefinition::reflectParameters()'s comparison function to using the spaceship operator would provide any benefits, or leave it as is?
IMO leave as-is: risky change for little benefit
Signed-off-by: Remy Bos 27890746+sjokkateer@users.noreply.github.com
Description
This PR updates and fixes the
ClassDefinition::class
' dockblock's type declrations and the return types of two private methods. Additionally, unreported errors have been removed fromphpstan-baseline
.