Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade psalm * Disable the ArgumentTypeCoercion rule of Psalm for now This gets reported for any Result object populating enum fields due to not validating the enum value in this generated code. This may be re-enabled in the future once the generated code passes it. * Use composer to install the phar * Regenerate the psalm baseline * Add explicit configuration for settings that will change default This avoids getting warnings when running Psalm. * Fix potential undefined array offset * Disable the PropertyTypeCoercion rule of Psalm for now
- Loading branch information