xref
: /
plugin
/
findologicxmlexport
/
vendor
/
jms
/
metadata
/
tests
/
Driver
/
Fixture
/
B
/
B.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
declare
(
strict_types
=
1
);
4
5
namespace
Metadata
\
Tests
\
Driver
\
Fixture
\
B
;
6
7
class
B
8
{
9
}
10