Skip to content

Instantly share code, notes, and snippets.

@WyriHaximus
Created October 27, 2017 14:20
Show Gist options
  • Save WyriHaximus/4b81d27b73f6f4b1a953d3c923ca3e3d to your computer and use it in GitHub Desktop.
Save WyriHaximus/4b81d27b73f6f4b1a953d3c923ca3e3d to your computer and use it in GitHub Desktop.
<?php declare(strict_types=1);
namespace WyriMaps\XHeaders;
final class Faction
{
public static function headers(): array
{
return [];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment