Conditions | 1 |
Paths | 1 |
Total Lines | 21 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
7 | public static function withoutLinkToNotices() : string |
||
8 | { |
||
9 | return <<<'EX' |
||
10 | ⚡ --- Honeybadger is installed! ----------------------------------------------- |
||
11 | If you ever need help: |
||
12 | |||
13 | - Check out the documentation: https://docs.honeybadger.io/lib/php/index.html |
||
14 | - Email the 'badgers: [email protected] |
||
15 | |||
16 | Most people don't realize that Honeybadger is a small, bootstrapped company. We |
||
17 | really couldn't do this without you. Thank you for allowing us to do what we |
||
18 | love: making developers awesome. |
||
19 | |||
20 | Happy 'badgering! |
||
21 | |||
22 | Sincerely, |
||
23 | Ben, Josh and Starr |
||
24 | https://www.honeybadger.io/about/ |
||
25 | ⚡ --- End -------------------------------------------------------------------- |
||
26 | EX; |
||
27 | } |
||
28 | |||
57 |