Skip to content

Commit b8486dc

Browse files
hotrushDEVizzent
authored andcommitted
Summary and description support for references
1 parent 26fd522 commit b8486dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/json/JsonReference.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ public static function createFromReference(
8282
string $referenceURI,
8383
?string $summary = null,
8484
?string $description = null
85-
): JsonReference
86-
{
85+
): JsonReference {
8786
$jsonReference = new JsonReference();
8887
$jsonReference->_summary = $summary;
8988
$jsonReference->_description = $description;

0 commit comments

Comments
 (0)