Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
7 | function printHeader() |
||
|
|||
8 | { |
||
9 | $this->info(" |
||
10 | |||
11 | # ______ ____ __ ______ _____ __ |
||
12 | # / ____/ / __ \ / / / / __ \ / /__ )____ ____ _____/ /____ _____ |
||
13 | # / / / /_/ / / / / / / / / / /__/ / __ \/ __ \/ ___/ __/ _ \/ ___/ |
||
14 | # / /___ / _, _ / /__/ / /_/ / / /__/ / /_/ / /_/ (__ ) /_/ __/ / |
||
15 | # \____/ /_/ |_| \____/_____/ /______/\____/\____/____/\__/\___/_/ |
||
16 | # |
||
17 | "); |
||
18 | $this->info('--------- :===: Thanks for choosing CRUDBooster :==: ---------------'); |
||
19 | $this->info('===================================================================='); |
||
20 | } |
||
36 | } |
Adding explicit visibility (
private
,protected
, orpublic
) is generally recommend to communicate to other developers how, and from where this method is intended to be used.