Skip to content

Commit

Permalink
fixed PHPdoc in ResourceTest (resource => \EasyRdf\Resource)
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed Feb 13, 2024
1 parent 4807ac4 commit 4fbecef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EasyRdf/ResourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ResourceTest extends TestCase
/** @var Graph */
private $graph;

/** @var resource */
/** @var \EasyRdf\Resource */
private $resource;

/** @var string|\EasyRdf\Resource */
Expand Down

0 comments on commit 4fbecef

Please sign in to comment.