We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b30bc commit 03b4f00Copy full SHA for 03b4f00
src/Reader.php
@@ -28,7 +28,7 @@ class Reader
28
* @phpstan-template T of SpecObjectInterface
29
* @phpstan-param class-string<T> $baseType
30
* @phpstan-return T
31
- * @param string $json the JSON string to decode.
+ * @param string $filename the JSON string to decode.
32
* @param string $baseType the base Type to instantiate. This must be an instance of [[SpecObjectInterface]].
33
* The default is [[OpenApi]] which is the base type of a OpenAPI specification file.
34
* You may choose a different type if you instantiate objects from sub sections of a specification.
0 commit comments