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

7 lines
102 B
PHP

<?php
class A {
private static $deprecationsTriggered = array(
__CLASS__ => true
);
}