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/Namespaced/Foo.php
Johannes M. Schmitt b3081c79e9 CS fixes
2010-12-13 11:10:55 +01:00

7 lines
77 B
PHP

<?php
namespace Namespaced;
class Foo {
public static $loaded = true;
}