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

5 lines
72 B
PHP
Raw Normal View History

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