1
0
mirror of https://github.com/danog/class-finder.git synced 2024-12-02 17:37:57 +01:00
class-finder/test/app1/files/files2.php
2018-09-29 13:27:19 -05:00

11 lines
302 B
PHP

<?php
// This is intentionally made global. There are intentionally classes here in and out of a namespace.
// PHPStorm is subborn in it's complaining about this - so I just turn off inspections for this file.
class my_global_class_name {}
namespace TestApp1\FilesClasses;
class Cam {}
class Lam {}