Code, Creativity & Community

Showing posts tagged Static Analysis · View all posts

PHP 8.4's #[\NoDiscard] Attribute: Preventing Silent Return Value Mistakes
PHP 8.4 introduces the #[\NoDiscard] attribute to catch a common mistake: calling a function for its return value, then ignoring it. It's a small addition with practical impact on code... Read more...