Skip to content

Commit df1f5e6

Browse files
committed
remove unnecessary method
1 parent fefbeff commit df1f5e6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Oauth1ClientManager.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,4 @@ public function validate($plugin)
3131
(is_object($plugin) ? get_class($plugin) : gettype($plugin))
3232
));
3333
}
34-
35-
/**
36-
* {@inheritDoc}
37-
*/
38-
protected function canonicalizeName($name)
39-
{
40-
return $name;
41-
}
4234
}

0 commit comments

Comments
 (0)