Closed (fixed)
Project:
Social Auth X (Twitter)
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Feb 2017 at 14:06 UTC
Updated:
13 Mar 2017 at 14:24 UTC
Jump to comment: Most recent
The $client variable in TwitterAuthManager.php is defined but is never used.
/**
* The Twitter client object.
*
* @var \Abraham\TwitterOAuth\TwitterOAuth
*/
private $client;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!