mirror of
https://github.com/danog/class-finder.git
synced 2024-12-02 17:37:57 +01:00
11 lines
302 B
PHP
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 {}
|