1
0
Fork 0
php-language-server/validation/frameworks/broken/objectCreation3.php

10 lines
121 B
PHP

<?php
class A {
function a () {
$client->textDocument = new class($this->args)
{
};
}
}