Problem/Motivation
The $client variable in TwitterAuthManager.php is defined but is never used.
/**
* The Twitter client object.
*
* @var \Abraham\TwitterOAuth\TwitterOAuth
*/
private $client;Proposed resolution
Remove the variable from TwitterAuthManager.php
| Comment | File | Size | Author |
|---|---|---|---|
| remove_unsed_variable-2841076.patch | 480 bytes | denutkarsh |
Comments
Comment #3
denutkarsh commented@aloknarwaria posted this patch here, https://www.drupal.org/node/2850541#comment-11931272 .
Comment #4
denutkarsh commentedSince i have not worked on this patch, i guess i can RTBC it.
Comment #6
denutkarsh commentedCommitted and pushed to 8.x-1.x. Thanks!