Skip to content

Commit 1f5c33f

Browse files
committed
Remove doctype as it can be more than \Art4\JsonApiClient\DocumentInterface
1 parent e651390 commit 1f5c33f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/JsonApi/Parser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public function deserialize(string $json): DocumentInterface
8484
*/
8585
private function getJsonApiDocument(string $json): Art4JsonApiDocumentInterface
8686
{
87-
/** @var \Art4\JsonApiClient\DocumentInterface $jsonApiDocument */
8887
$jsonApiDocument = $this->manager->parse($json);
8988

9089
if (!$jsonApiDocument instanceof Art4JsonApiDocumentInterface) {

0 commit comments

Comments
 (0)