We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fd522 commit b8486dcCopy full SHA for b8486dc
src/json/JsonReference.php
@@ -82,8 +82,7 @@ public static function createFromReference(
82
string $referenceURI,
83
?string $summary = null,
84
?string $description = null
85
- ): JsonReference
86
- {
+ ): JsonReference {
87
$jsonReference = new JsonReference();
88
$jsonReference->_summary = $summary;
89
$jsonReference->_description = $description;
0 commit comments