1
0
Fork 0
php-language-server/validation/frameworks/_cases/interfaceProperty.php

5 lines
72 B
PHP

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