Add newlines and strict types

This commit is contained in:
James Cole
2018-03-05 19:35:58 +01:00
parent 0d72fcdf02
commit a97bfc92e1
100 changed files with 112 additions and 89 deletions

View File

@@ -32,4 +32,4 @@ interface GithubRequest
{
public function call();
}
}