Directory : /home/proudlyafrican/www/vendor/symfony/debug/Tests/Fixtures/ |
Current File : /home/proudlyafrican/www/vendor/symfony/debug/Tests/Fixtures/TraitWithInternalMethod.php |
<?php namespace Symfony\Component\Debug\Tests\Fixtures; trait TraitWithInternalMethod { /** * @internal */ public function foo() { } }