mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-16 20:38:41 +00:00
Fix tabs to spaces
This commit is contained in:
parent
828bc29023
commit
df04fc3c8f
|
|
@ -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));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user