---
title: "PHPStan fully supports PHP 8.5!"
url: https://daily.dev/posts/tcb7h0uti
source_url: https://phpstan.org/blog/phpstan-fully-supports-php-8-5
type: share
source: "PHP Dev"
author: "Damien seguy"
published: 2026-02-14T15:54:01.960Z
updated: 2026-02-14T15:54:42.147Z
tags: ["php", "phpstan"]
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# PHPStan fully supports PHP 8.5!

**[PHP Dev](https://daily.dev/sources/phpdev)** · [@damienseguy](https://daily.dev/damienseguy) · 1 upvotes · 0 comments

## Summary

PHPStan 2.1.32 now fully supports PHP 8.5 features including the #[NoDiscard] attribute for preventing ignored return values, the pipe operator for cleaner function chaining, clone with property overrides for immutable objects, new array_first() and array_last() functions with precise type inference, and deprecated cast operators. The implementation includes smart type narrowing, non-ignorable errors for intentional attributes, and automatic AST rewriting for the pipe operator to work seamlessly with existing rules.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://phpstan.org/blog/phpstan-fully-supports-php-8-5>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#php](https://daily.dev/tags/php), [#phpstan](https://daily.dev/tags/phpstan)

[View this post on daily.dev](https://daily.dev/posts/tcb7h0uti)
