File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public static function readFromYaml(string $yaml, string $baseType = OpenApi::cl
63
63
* [[SpecObjectInterface::resolveReferences()]].
64
64
* Since version 1.5.0 this can be a string indicating the reference resolving mode:
65
65
* - `inline` only resolve references to external files.
66
- * - `all` resolve all references exceot recursive references.
66
+ * - `all` resolve all references except recursive references.
67
67
* @return SpecObjectInterface|OpenApi the OpenApi object instance.
68
68
* The type of the returned object depends on the `$baseType` argument.
69
69
* @throws TypeErrorException in case invalid spec data is supplied.
@@ -104,7 +104,7 @@ public static function readFromJsonFile(string $fileName, string $baseType = Ope
104
104
* [[SpecObjectInterface::resolveReferences()]].
105
105
* Since version 1.5.0 this can be a string indicating the reference resolving mode:
106
106
* - `inline` only resolve references to external files.
107
- * - `all` resolve all references exceot recursive references.
107
+ * - `all` resolve all references except recursive references.
108
108
* @return SpecObjectInterface|OpenApi the OpenApi object instance.
109
109
* The type of the returned object depends on the `$baseType` argument.
110
110
* @throws TypeErrorException in case invalid spec data is supplied.
You can’t perform that action at this time.
0 commit comments