Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjektGopher committed Sep 4, 2024
1 parent e7ba47e commit 0d3966b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Commands/Audit.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Audit extends Command

public function handle(): int
{
$platform = new Platform();
$platform = new Platform;

$this->table(
['key', 'value'],
Expand Down
2 changes: 1 addition & 1 deletion app/FileJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function read(bool $validate = true): string|array|null
*/
protected function validate(mixed $content): void
{
$options = new Context();
$options = new Context;
// $options->version = 7;

$schema = Schema::import($this->getSchemaValidation(), $options);
Expand Down

0 comments on commit 0d3966b

Please sign in to comment.