File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function getCredentials()
51
51
*/
52
52
public function getKey ()
53
53
{
54
- @trigger_error (__method__ .'() is deprecated since version 2.8 and will be removed in 3.0. Use getSecret() instead. ' , E_USER_DEPRECATED );
54
+ @trigger_error (__METHOD__ .'() is deprecated since version 2.8 and will be removed in 3.0. Use getSecret() instead. ' , E_USER_DEPRECATED );
55
55
56
56
return $ this ->getSecret ();
57
57
}
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public function getProviderKey()
78
78
*/
79
79
public function getKey ()
80
80
{
81
- @trigger_error (__method__ .'() is deprecated since version 2.8 and will be removed in 3.0. Use getSecret() instead. ' , E_USER_DEPRECATED );
81
+ @trigger_error (__METHOD__ .'() is deprecated since version 2.8 and will be removed in 3.0. Use getSecret() instead. ' , E_USER_DEPRECATED );
82
82
83
83
return $ this ->getSecret ();
84
84
}
You can’t perform that action at this time.
0 commit comments