diff --git a/migration-2.0.md b/migration-2.0.md index 2b14f0d..50fbdbb 100644 --- a/migration-2.0.md +++ b/migration-2.0.md @@ -138,6 +138,15 @@ $returnValue = match ($expr) { }; ``` +## [Section 6.1 - Unary operators](https://www.php-fig.org/per/coding-style/#61-unary-operators) + +The type casting operators rule was updated to also require a single space between the cast and the variable it operates on. + +```php +