Stop Ignoring Important Return Values with PHP 8.5's #[NoDiscard] May 26, 2026 php php85 php-internals attributes type-safety phpstan api-design backend PHP 8.5's #[NoDiscard] attribute warns you when critical return values are silently discarded. Here's how to use it to write safer, self-documenting APIs. Read more →
PHP 8.5's Hidden Gems: array_first, clone with, and the Features Nobody Is Talking About May 2, 2026 php php85 php-internals array-functions clone attributes backend laravel Beyond the pipe operator and URI extension, PHP 8.5 ships quality-of-life features that clean up your daily code immediately — here's what to know. Read more →