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

6 lines
41 B
PHP

<?php
namespace MyNamespace;
if (A) {
}