fix style

This commit is contained in:
shibafu
2019-03-03 00:29:43 +09:00
parent f21e58650d
commit e966995dea
9 changed files with 12 additions and 8 deletions

View File

@@ -5,4 +5,4 @@ namespace App\MetadataResolver;
interface Parser
{
public function parse(string $body): Metadata;
}
}