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

5 lines
57 B
PHP

<?php
interface A {
function b ($a = MY_CONSTANT);
}