Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / debug / Tests / Fixtures / InternalClass.php
1 <?php
2
3 namespace Symfony\Component\Debug\Tests\Fixtures;
4
5 /**
6  * @internal since version 3.4.
7  */
8 class InternalClass
9 {
10     use InternalTrait2;
11
12     public function usedInInternalClass()
13     {
14     }
15 }