type fixes

This commit is contained in:
Robin Appelman 2021-03-02 20:56:24 +01:00
commit b69c20d21a
12 changed files with 25 additions and 19 deletions

View file

@ -60,7 +60,7 @@ class Parser {
/**
* @param string $timeZone
*/
public function __construct($timeZone) {
public function __construct(string $timeZone) {
$this->timeZone = $timeZone;
}