Skip to content

Commit 2de3c45

Browse files
hotrushDEVizzent
authored andcommitted
Summary and description support for references
1 parent 49c5a28 commit 2de3c45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/json/JsonReference.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ public static function createFromUri(string $uri, ?JsonPointer $jsonPointer = nu
8080
*/
8181
public static function createFromReference(
8282
string $referenceURI,
83-
?string $summary = null,
84-
?string $description = null,
83+
string $summary = null,
84+
string $description = null,
8585
): JsonReference
8686
{
8787
$jsonReference = new JsonReference();

0 commit comments

Comments
 (0)