Skip to content

Commit 42b30bc

Browse files
committed
Add comment
1 parent 8567bec commit 42b30bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public static function readFromJsonFile(string $fileName, string $baseType = Ope
101101
$context->mode = $resolveReferences;
102102
}
103103
if ($spec instanceof DocumentContextInterface) {
104-
// $spec->setDocumentContext($spec, new JsonPointer(''));
104+
// $spec->setDocumentContext($spec, new JsonPointer('')); # TODO
105105
}
106106
$spec->resolveReferences();
107107
}

0 commit comments

Comments
 (0)