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

10 lines
148 B
PHP

<?php
class MyClass
{
/**
* The name of the main property, or NULL if there is none.
*/
protected $mainPropertyName = 'hello';
}