Skip to content

Commit a8beaf9

Browse files
committed
style: Correct code style changes
1 parent ef05584 commit a8beaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/SchemaStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function addSchema(string $id, $schema = null): void
8181
/**
8282
* Recursively resolve all references against the provided base
8383
*
84-
* @param mixed $schema
84+
* @param mixed $schema
8585
* @param list<string> $propertyStack
8686
*/
8787
private function expandRefs(&$schema, ?string $parentId = null, array $propertyStack = []): void

0 commit comments

Comments
 (0)