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/Bar.php

7 lines
77 B
PHP
Raw Normal View History

<?php
namespace Namespaced;
class Bar {
2010-12-13 10:09:41 +00:00
public static $loaded = true;
}