minor code cleanup

This commit is contained in:
Robin Appelman 2016-08-26 23:19:21 +02:00
commit 9c50244e67
2 changed files with 2 additions and 3 deletions

View file

@ -27,7 +27,7 @@ class TimeZoneProvider {
* @param string $host
* @param System $system
*/
function __construct($host, System $system) {
public function __construct($host, System $system) {
$this->host = $host;
$this->system = $system;
}