diff options
Diffstat (limited to 'app/classes/Planet.php')
-rw-r--r-- | app/classes/Planet.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/classes/Planet.php b/app/classes/Planet.php index 898126f..dc540bb 100644 --- a/app/classes/Planet.php +++ b/app/classes/Planet.php @@ -114,7 +114,7 @@ class Planet * @param string $file File to load the OPML from. * @return integer Number of people loaded. */ - public function loadOpml($file) + public function loadOpml(string $file) { if (!is_file($file)) { $this->errors[] = new PlanetError(3, $file.' is missing.'); |