Skip to content

Commit

Permalink
Request #21033PHP warning depreciated
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Mar 7, 2017
1 parent 17bf7ee commit 47a7165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth/SASL.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Auth_SASL
* SCRAM-* (any mechanism of the SCRAM family)
* Types are not case sensitive
*/
function &factory($type)
public static function factory($type)
{
switch (strtolower($type)) {
case 'anonymous':
Expand Down

0 comments on commit 47a7165

Please sign in to comment.