[PR #7136] Some fixes from PHPStan l2 #10334

Open
opened 2026-01-22 16:07:12 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/7136

State: closed
Merged: Yes


I found an interesting one for our CS with this PR:

- /* @var Class $variable */
+ /** @var Class $variable */

/cc @Majkl578 @kukulich

**Original Pull Request:** https://github.com/doctrine/orm/pull/7136 **State:** closed **Merged:** Yes --- I found an interesting one for our CS with this PR: ```diff - /* @var Class $variable */ + /** @var Class $variable */ ``` /cc @Majkl578 @kukulich
admin added the pull-request label 2026-01-22 16:07:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10334