We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ba47e commit 05af0d7Copy full SHA for 05af0d7
app/Commands/Audit.php
@@ -15,7 +15,7 @@ class Audit extends Command
15
16
public function handle(): int
17
{
18
- $platform = new Platform();
+ $platform = new Platform;
19
20
$this->table(
21
['key', 'value'],
app/FileJson.php
@@ -54,7 +54,7 @@ public function read(bool $validate = true): string|array|null
54
*/
55
protected function validate(mixed $content): void
56
57
- $options = new Context();
+ $options = new Context;
58
// $options->version = 7;
59
60
$schema = Schema::import($this->getSchemaValidation(), $options);
0 commit comments