Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php declare(strict_types = 1); |
||
33 | private function getHeader(): string |
||
34 | { |
||
35 | return "\n |
||
36 | ___ _ _ __ __ ____ _ _ ____ _ _ ____ |
||
37 | / __)( )_( )( )( )( _ \( \( )___( _ \( )_( )( _ \ |
||
38 | ( (__ ) _ ( )(__)( ) / ) ((___))___/ ) _ ( )___/ |
||
39 | \___)(_) (_)(______)(_)\_)(_)\_) (__) (_) (_)(__) https://github.com/bmitch/churn-php\n\n"; |
||
40 | } |
||
41 | } |
||
42 |