X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FObject%2FSearch%2FContactResult.php;h=c46b9b6e4c73731333a8a79fb390fe567e789110;hb=f23ecaff6af1982112469f90d6bcdf0408b0f22e;hp=b9fbe49d8491f4d1e41608fc8dfb18c325767a90;hpb=0e05ff68686270d87447c570e28543a5bcc7e755;p=friendica.git diff --git a/src/Object/Search/ContactResult.php b/src/Object/Search/ContactResult.php index b9fbe49d84..c46b9b6e4c 100644 --- a/src/Object/Search/ContactResult.php +++ b/src/Object/Search/ContactResult.php @@ -1,6 +1,6 @@ url; } @@ -143,14 +144,14 @@ class ContactResult implements IResult * @param string $name * @param string $addr * @param string $item - * @param string $url + * @param UriInterface $url * @param string $photo * @param string $network * @param int $cid * @param int $pCid * @param string $tags */ - public function __construct($name, $addr, $item, $url, $photo, $network, $cid = 0, $pCid = 0, $tags = '') + public function __construct($name, $addr, $item, UriInterface $url, $photo, $network, $cid = 0, $pCid = 0, $tags = '') { $this->name = $name; $this->addr = $addr;