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