관리-도구
편집 파일: TraitWithInternalMethod.php
<?php namespace Symfony\Component\Debug\Tests\Fixtures; trait TraitWithInternalMethod { /** * @internal */ public function foo() { } }