Skip to content

Commit 05af0d7

Browse files
[ Task ] Formatting (#78)
Updated Pint dep has new rules
1 parent e7ba47e commit 05af0d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Commands/Audit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Audit extends Command
1515

1616
public function handle(): int
1717
{
18-
$platform = new Platform();
18+
$platform = new Platform;
1919

2020
$this->table(
2121
['key', 'value'],

app/FileJson.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function read(bool $validate = true): string|array|null
5454
*/
5555
protected function validate(mixed $content): void
5656
{
57-
$options = new Context();
57+
$options = new Context;
5858
// $options->version = 7;
5959

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

0 commit comments

Comments
 (0)