summaryrefslogtreecommitdiff
path: root/vendor/symfony/debug/Tests/Fixtures/reallyNotPsr0.php
blob: 8554725aa8b3b6605d75899c0496c10876cc4aab (plain)
1
2
3
4
5
6
7
<?php

namespace Symfony\Component\Debug\Tests\Fixtures;

class NotPSR0
{
}