mirror of
https://github.com/symfony/error-handler.git
synced 2026-03-24 00:02:09 +01:00
8 lines
137 B
PHP
8 lines
137 B
PHP
<?php
|
|
|
|
namespace Symfony\Component\ErrorHandler\Tests\Fixtures;
|
|
|
|
class ExtendsDeprecatedClassInTheSameVendor extends DeprecatedClass
|
|
{
|
|
}
|