Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing validation on using var on property #236

Open
the-liquid-metal opened this issue Jun 18, 2023 · 0 comments
Open

Missing validation on using var on property #236

the-liquid-metal opened this issue Jun 18, 2023 · 0 comments

Comments

@the-liquid-metal
Copy link

Bug Description
Missing validation on using var on property.

Eclipse environment
Version: 2023-06 (4.28.0)
Build id: 20230608-1333
PDT: 8.0.0.202306050832

System

To Reproduce
Steps to reproduce the behavior: copy-paste this script to the IDE

<?php
declare(strict_types=1);

namespace ns1\ns2;

class Test62 {
    var int $prop1; // this statement should trigger warning
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant