Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[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 }