File tree Expand file tree Collapse file tree 6 files changed +54
-0
lines changed Expand file tree Collapse file tree 6 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
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+
514namespace phpDocumentor \Guides \Graphs \DependencyInjection ;
615
716use Symfony \Component \Config \Definition \Builder \ArrayNodeDefinition ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
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+
514namespace phpDocumentor \Guides \Graphs \DependencyInjection ;
615
716use Symfony \Component \Config \FileLocator ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
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+
514namespace phpDocumentor \Guides \Graphs \Directives ;
615
716use phpDocumentor \Guides \Graphs \Nodes \UmlNode ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
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+
514namespace phpDocumentor \Guides \Graphs \Renderer ;
615
716use phpDocumentor \Guides \RenderContext ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
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+
514namespace phpDocumentor \Guides \Graphs \Renderer ;
615
716use phpDocumentor \Guides \RenderContext ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
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+
514namespace phpDocumentor \Guides \Graphs \Nodes ;
615
716use PHPUnit \Framework \TestCase ;
You can’t perform that action at this time.
0 commit comments