/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
symfony
/
error-handler
/
Tests
/
Fixtures
/
Upload File
HOME
<?php namespace Test\Symfony\Component\ErrorHandler\Tests\Fixtures; interface OutsideInterface { /** * @return string - should not be reported as it's in a non-Symfony namespace */ public function outsideMethod(); }