| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 2 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 7 | 1 | public static function headers(): array |
|
| 8 | { |
||
| 9 | return [ |
||
| 10 | 1 | 'X-Horde' => 'For the Horde!', |
|
| 11 | 'X-Orc' => 'Lok-tar ogar!', |
||
| 12 | 'X-Alliance' => 'Puny Alliance', |
||
| 13 | 'X-Thrall' => 'For Doomhammer!', |
||
| 14 | 'X-Troll' => 'Taz\'dingooo!', |
||
| 15 | 'X-Forsaken' => 'Victory for Sylvanas!', |
||
| 16 | 'X-Tauren' => 'May the eternal sun shine upon thee', |
||
| 17 | 'X-Shaman' => 'Storm, earth, and fire, heed my call!', |
||
| 18 | ]; |
||
| 19 | } |
||
| 20 | } |
||
| 21 |