mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-21 13:34:24 +00:00
8 lines
58 B
PHP
8 lines
58 B
PHP
<?php
|
|
namespace foo;
|
|
|
|
use function bar\baz;
|
|
|
|
class Foo
|
|
{
|
|
} |