Fix tabs to spaces

This commit is contained in:
Dennis Eichhorn 2017-10-27 18:23:35 +02:00
parent 828bc29023
commit df04fc3c8f

View File

@ -89,7 +89,7 @@ class PackageInfoManager
*/ */
public function update() /* : void */ 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); throw new PathException((string) $this->path);
} }
file_put_contents($this->path, json_encode($this->info, JSON_PRETTY_PRINT)); file_put_contents($this->path, json_encode($this->info, JSON_PRETTY_PRINT));