mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-28 14:44:17 +01:00
16 lines
201 B
PHP
16 lines
201 B
PHP
<?php
|
|
|
|
namespace Symfony\Component\Debug\Tests\Fixtures;
|
|
|
|
/**
|
|
* @internal since version 3.4.
|
|
*/
|
|
class InternalClass
|
|
{
|
|
use InternalTrait2;
|
|
|
|
public function usedInInternalClass()
|
|
{
|
|
}
|
|
}
|