Skip to content

Commit

Permalink
Remove JSON Util wrapper
Browse files Browse the repository at this point in the history
- Was mainly used for checking phpversion compatibility.
  We won't support these older versions anymore.
  • Loading branch information
martialblog committed Sep 30, 2024
1 parent c7f2ba8 commit 5baecfd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 62 deletions.
2 changes: 1 addition & 1 deletion library/Toplevelview/Tree/TLVTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

namespace Icinga\Module\Toplevelview\Tree;

use Icinga\Module\Toplevelview\Util\Json;
use Icinga\Module\Toplevelview\Model\View;

use Icinga\Application\Logger;
use Icinga\Exception\IcingaException;
use Icinga\Exception\NotFoundError;
use Icinga\Exception\ProgrammingError;
use Icinga\Module\Icingadb\Common\Database;
use Icinga\Util\Json;
use Icinga\Web\FileCache;
use stdClass;

Expand Down
34 changes: 0 additions & 34 deletions library/Toplevelview/Util/Json.php

This file was deleted.

27 changes: 0 additions & 27 deletions test/php/library/Toplevelview/Util/JsonTest.php

This file was deleted.

0 comments on commit 5baecfd

Please sign in to comment.