We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 496ee87 + 50fff04 commit 1c9c8adCopy full SHA for 1c9c8ad
1 file changed
src/BrowserKitDriver.php
@@ -77,7 +77,7 @@ public function getClient()
77
*/
78
public function setRemoveHostFromUrl($remove = true)
79
{
80
- trigger_error(
+ @trigger_error(
81
'setRemoveHostFromUrl() is deprecated as of 1.2 and will be removed in 2.0. Pass the base url in the constructor instead.',
82
E_USER_DEPRECATED
83
);
@@ -93,7 +93,7 @@ public function setRemoveHostFromUrl($remove = true)
93
94
public function setRemoveScriptFromUrl($remove = true)
95
96
97
'setRemoveScriptFromUrl() is deprecated as of 1.2 and will be removed in 2.0. Pass the base url in the constructor instead.',
98
99
0 commit comments