Skip to content

Commit 82dbfcc

Browse files
hotrushDEVizzent
authored andcommitted
Summary and description support for references
1 parent 5cd2e0c commit 82dbfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json/JsonReference.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static function createFromJson(string $json): JsonReference
5353
return static::createFromReference(
5454
$refObject['$ref'],
5555
isset($refObject['summary']) ? $refObject['summary'] : null,
56-
isset($refObject['description']) ? $refObject['description'] : null,
56+
isset($refObject['description']) ? $refObject['description'] : null
5757
);
5858
}
5959

0 commit comments

Comments
 (0)