Skip to content

Commit 740a934

Browse files
adhocoreStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent cfb88ef commit 740a934

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

example.php

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';

src/Highlighter.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(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+
514
namespace Ahc\CliSyntax;
615

716
class Highlighter

tests/HighlighterTest.php

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
namespace Ahc\CliSyntax\Test;
413

514
use Ahc\CliSyntax\Highlighter;

tests/bootstrap.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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
require_once __DIR__ . '/../vendor/autoload.php';

0 commit comments

Comments
 (0)