Commit ea54fea4 authored by Marcelo Rivera's avatar Marcelo Rivera

(chore): PHPDoc for Resolver->single

1 merge request!235WIP: Boost Campaigns (&24)
Pipeline #72299146 passed with stages
in 12 minutes and 18 seconds
......@@ -147,6 +147,11 @@ class Resolver
return $sorted;
}
/**
* Resolves a single entity
* @param Urn $urn
* @return mixed
*/
public function single($urn)
{
$this->urns = [$urn];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment