This repository has been archived on 2026-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
HomeIsWhereTheMoneyIs/vendor/phpunit/php-token-stream/tests/_fixture/classExtendsNamespacedClass.php
T
2017-05-24 18:35:30 -05:00

11 lines
105 B
PHP
Executable File

<?php
namespace Foo\Bar;
class Baz {}
namespace Other\Space;
class Extender extends \Foo\Bar\Baz {}