diff --git a/Models/PackageInfoManager.php b/Models/PackageInfoManager.php index 66b9d1d..60e8e6b 100644 --- a/Models/PackageInfoManager.php +++ b/Models/PackageInfoManager.php @@ -89,7 +89,7 @@ class PackageInfoManager */ public function update() /* : void */ { - if ($this->path === false || !file_exists($this->path)) { + if ($this->path === false || !file_exists($this->path)) { throw new PathException((string) $this->path); } file_put_contents($this->path, json_encode($this->info, JSON_PRETTY_PRINT));