Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pa21617d4ti08
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jhon
pa21617d4ti08
0c4a4b21cb76cdd7e958c29842c0b1e2c9565423
0c4a4b21cb76cdd7e958c29842c0b1e2c9565423
Switch branch/tag
pa21617d4ti08
vendor
phpunit
php-token-stream
tests
_fixture
multipleNamespacesWithOneClassUsingBr...
Find file
Normal view
History
Permalink
multipleNamespacesWithOneClassUsingBraces.php
97 Bytes
Edit
Web IDE
Newer
Older
perbaikan vendor
358bdf57
jhon
committed
7 years ago
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace
Foo\Bar
;
class
TestClassInBar
{
}
namespace
Foo\Baz
;
class
TestClassInBaz
{
}