Tyson Andre

Results 313 issues of Tyson Andre

https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation Depends on a planned php-ast change

enhancement
php8.2

Phan should warn about invalid inheritance for https://wiki.php.net/rfc/readonly_classes Related to #4684 ```php php > readonly class B {} php > class C extends B{} Fatal error: Non-readonly class C cannot...

enhancement
php8.2

https://wiki.php.net/rfc/readonly_classes

enhancement
php8.2

https://wiki.php.net/rfc/partially-supported-callables-expand-deprecation-notices ```php

enhancement
php8.2

Change type signatures for php 8.2 delta signature maps

enhancement
php8.2

(When the implementation is merged) And warn about backwards compatibility based on minimum target php version https://wiki.php.net/rfc/constants_in_traits

enhancement
php8.2

Currently, it's unimplemented for variables and properties of $this. Some of these should imply the variable is guaranteed to be defined (e.g. in loops or the global scope) ```php

enhancement

Raise severity of undefined variable warnings when coalescing is not used

https://wiki.php.net/rfc/null-false-standalone-types - Emit compatibility warnings - Support parsing standalone null - Support parsing standalone false