File tree 6 files changed +54
-0
lines changed
6 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
+ /**
6
+ * This file is part of phpDocumentor.
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ *
11
+ * @link https://phpdoc.org
12
+ */
13
+
5
14
namespace phpDocumentor \Guides \Graphs \DependencyInjection ;
6
15
7
16
use Symfony \Component \Config \Definition \Builder \ArrayNodeDefinition ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
+ /**
6
+ * This file is part of phpDocumentor.
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ *
11
+ * @link https://phpdoc.org
12
+ */
13
+
5
14
namespace phpDocumentor \Guides \Graphs \DependencyInjection ;
6
15
7
16
use Symfony \Component \Config \FileLocator ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
+ /**
6
+ * This file is part of phpDocumentor.
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ *
11
+ * @link https://phpdoc.org
12
+ */
13
+
5
14
namespace phpDocumentor \Guides \Graphs \Directives ;
6
15
7
16
use phpDocumentor \Guides \Graphs \Nodes \UmlNode ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
+ /**
6
+ * This file is part of phpDocumentor.
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ *
11
+ * @link https://phpdoc.org
12
+ */
13
+
5
14
namespace phpDocumentor \Guides \Graphs \Renderer ;
6
15
7
16
use phpDocumentor \Guides \RenderContext ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
+ /**
6
+ * This file is part of phpDocumentor.
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ *
11
+ * @link https://phpdoc.org
12
+ */
13
+
5
14
namespace phpDocumentor \Guides \Graphs \Renderer ;
6
15
7
16
use phpDocumentor \Guides \RenderContext ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
+ /**
6
+ * This file is part of phpDocumentor.
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ *
11
+ * @link https://phpdoc.org
12
+ */
13
+
5
14
namespace phpDocumentor \Guides \Graphs \Nodes ;
6
15
7
16
use PHPUnit \Framework \TestCase ;
You can’t perform that action at this time.
0 commit comments