File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the CLI-SYNTAX package.
5+ *
6+ * (c) Jitendra Adhikari <jiten.adhikary@gmail.com>
7+ * <https://github.com/adhocore>
8+ *
9+ * Licensed under MIT license.
10+ */
11+
312use Ahc \CliSyntax \Highlighter ;
413
514require_once __DIR__ . '/src/Highlighter.php ' ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5+ /*
6+ * This file is part of the CLI-SYNTAX package.
7+ *
8+ * (c) Jitendra Adhikari <jiten.adhikary@gmail.com>
9+ * <https://github.com/adhocore>
10+ *
11+ * Licensed under MIT license.
12+ */
13+
514namespace Ahc \CliSyntax ;
615
716class Highlighter
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the CLI-SYNTAX package.
5+ *
6+ * (c) Jitendra Adhikari <jiten.adhikary@gmail.com>
7+ * <https://github.com/adhocore>
8+ *
9+ * Licensed under MIT license.
10+ */
11+
312namespace Ahc \CliSyntax \Test ;
413
514use Ahc \CliSyntax \Highlighter ;
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the CLI-SYNTAX package.
5+ *
6+ * (c) Jitendra Adhikari <jiten.adhikary@gmail.com>
7+ * <https://github.com/adhocore>
8+ *
9+ * Licensed under MIT license.
10+ */
11+
312require_once __DIR__ . '/../vendor/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments