<?php

namespace Symfony\Component\ErrorHandler\Tests\Fixtures;

trait FinalMethod2Trait
{
    public function finalMethod2()
    {
    }
}
