1
0
Fork 0
php-language-server/fixtures/use.php

7 lines
114 B
PHP
Raw Normal View History

2016-10-08 12:59:08 +00:00
<?php
namespace SecondTestNamespace;
use TestNamespace\TestClass;
use TestNamespace\{TestTrait, TestInterface};