Skip to content

Conversation

@stloyd
Copy link
Member

@stloyd stloyd commented Feb 25, 2023

Change Log

Added

Fixed

Changed

  • Update PHPStan to `^1.10`

Removed

  • Removed not reachable throw in a `match()` in `MathOperationTransformer` & `MathValueOperationTransformer`

Deprecated

Security


Description

Throwing exception on match() in MathOperationTransformer & MathValueOperationTransformer is not needed as the value used in the comparison is always validated by the Operation enum which already handles invalid values.

This PR replaces: #330

@norberttech norberttech merged commit 8b90ec0 into flow-php:1.x Feb 25, 2023
@stloyd stloyd deleted the bump-phpstan branch February 25, 2023 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants