File tree Expand file tree Collapse file tree 9 files changed +81
-0
lines changed Expand file tree Collapse file tree 9 files changed +81
-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 \Cli ;
6
15
7
16
use Symfony \Component \Console \Application as BaseApplication ;
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 \Cli \Command ;
6
15
7
16
use Flyfinder \Finder ;
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 \Cli \Command ;
6
15
7
16
use RuntimeException ;
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 \Cli \Config ;
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 \Cli \Config ;
6
15
7
16
use Symfony \Component \Config \Loader \FileLoader ;
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 \Cli \DependencyInjection ;
6
15
7
16
use InvalidArgumentException ;
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 \Cli \DependencyInjection ;
6
15
7
16
use LogicException ;
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 \Cli \Logger ;
6
15
7
16
use Monolog \LogRecord ;
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 \Cli \Logger ;
6
15
7
16
use PHPUnit \Framework \TestCase ;
You can’t perform that action at this time.
0 commit comments