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 e651390 commit 1f5c33fCopy full SHA for 1f5c33f
src/JsonApi/Parser.php
@@ -84,7 +84,6 @@ public function deserialize(string $json): DocumentInterface
84
*/
85
private function getJsonApiDocument(string $json): Art4JsonApiDocumentInterface
86
{
87
- /** @var \Art4\JsonApiClient\DocumentInterface $jsonApiDocument */
88
$jsonApiDocument = $this->manager->parse($json);
89
90
if (!$jsonApiDocument instanceof Art4JsonApiDocumentInterface) {
0 commit comments