Files
Chamilo/vendor/symfony/config/Tests/Fixtures/BadFileName.php
2025-04-10 12:24:57 +02:00

10 lines
171 B
PHP

<?php
namespace Symfony\Component\Config\Tests\Fixtures;
class FileNameMismatchOnPurpose
{
}
throw new \RuntimeException('Mismatch between file name and class name.');