This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/HttpFoundation/Fixtures/Pearlike/Bar.php
Johannes M. Schmitt b3081c79e9 CS fixes
2010-12-13 11:10:55 +01:00

5 lines
63 B
PHP

<?php
class Pearlike_Bar {
public static $loaded = true;
}