Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka authored and github-actions[bot] committed Sep 20, 2024
1 parent bd8185a commit 7647571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Schema/AST/DocumentASTTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function testParsesSimpleSchema(): void
}
';
// calculated as hash('sha256', $schema)
$schemaHash = "99fd7bd3f58a98d8932c1f5d1da718707f6f471e93d96e0bc913436445a947ac";
$schemaHash = '99fd7bd3f58a98d8932c1f5d1da718707f6f471e93d96e0bc913436445a947ac';
$documentAST = DocumentAST::fromSource($schema);

$this->assertInstanceOf(
Expand Down

0 comments on commit 7647571

Please sign in to comment.