Skip to content

Commit

Permalink
Change DEPRECATED message : you can't change the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Delcroix committed Feb 14, 2017
1 parent 68cf8f2 commit b0bbd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CALLR/API/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Client
*/
public function setURL($url)
{
trigger_error('setURL is deprecated. Do not change the URL (or extend client to be able to do so)', E_USER_DEPRECATED);
trigger_error('setURL is deprecated. Do not change the URL', E_USER_DEPRECATED);
$this->url = $url;
}

Expand Down

0 comments on commit b0bbd2f

Please sign in to comment.