Skip to content

Commit

Permalink
Code: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Nov 17, 2023
1 parent 0581f70 commit a6ca5f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Contributte\Dev;

use Nette\StaticClass;
use Nette\Utils\Json;
use RuntimeException;
use Tracy\Debugger;
Expand All @@ -12,7 +11,10 @@
class Dev
{

use StaticClass;
final private function __construct()
{
// Static class - cannot be instantiated.
}

/**
* Dump;
Expand Down

0 comments on commit a6ca5f8

Please sign in to comment.