Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / debug / Tests / Fixtures / InternalInterface.php
1 <?php
2
3 namespace Symfony\Component\Debug\Tests\Fixtures;
4
5 /**
6  * @internal
7  */
8 interface InternalInterface
9 {
10 }