Remove incorrect line from Migration Guide.

This commit is contained in:
Larry Garfield
2025-08-23 12:05:49 -05:00
parent 1a5a69b977
commit 1dc452f619

View File

@@ -63,8 +63,6 @@ If using PHP 8.4 or later, parentheses should be omitted around a `new` declarat
## [Section 4.3 - Properties and Constants](https://www.php-fig.org/per/coding-style/#43-properties-and-constants)
Class constants must have a visibility and type declared.
If a property has a `set`-visibility defined, the `get` visibility may be omitted.
```php