Skip to content

Commit ef633bb

Browse files
committed
chore: fix example.phps
1 parent 7f9912e commit ef633bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/example.phps

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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+
312
use Ahc\CliSyntax\Highlighter;
413

514
require_once __DIR__ . '/src/Highlighter.php';

0 commit comments

Comments
 (0)