1
0
Fork 0
php-language-server/tests/Validation/cases/interfaceProperty.php

5 lines
72 B
PHP
Raw Normal View History

<?php
interface A {
// props ignored in interface
var $a = 3;
}