Add strict types and newlines.

This commit is contained in:
James Cole
2018-05-05 16:51:32 +02:00
parent 3ac240dc1c
commit f74b9ba7ab
29 changed files with 347 additions and 270 deletions

View File

@@ -37,4 +37,4 @@ interface IPRetrievalInterface
* @return null|string
*/
public function getIP(): ?string;
}
}