Completed
Branch master (3ed231)
by Vytautas
14:55
created
src/OAuth2/GrantType/Factory/FacebookFactory.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Svycka\SocialUser\OAuth2\GrantType\Factory;
4 4
 
5 5
 use Facebook\Facebook;
6
-use Svycka\SocialUser\OAuth2\GrantType\Facebook as FacebookGrantType;
7 6
 use Interop\Container\ContainerInterface;
7
+use Svycka\SocialUser\OAuth2\GrantType\Facebook as FacebookGrantType;
8 8
 use Svycka\SocialUser\Service\SocialUserService;
9 9
 use Zend\ServiceManager\Exception\ServiceNotCreatedException;
10 10
 use Zend\ServiceManager\FactoryInterface;
Please login to merge, or discard this patch.
src/OAuth2/GrantType/Factory/GoogleFactory.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Svycka\SocialUser\OAuth2\GrantType\Factory;
4 4
 
5
-use Svycka\SocialUser\OAuth2\GrantType;
6 5
 use Interop\Container\ContainerInterface;
6
+use Svycka\SocialUser\OAuth2\GrantType;
7 7
 use Svycka\SocialUser\Service\SocialUserService;
8 8
 use Zend\ServiceManager\Exception\ServiceNotCreatedException;
9 9
 use Zend\ServiceManager\FactoryInterface;
Please login to merge, or discard this patch.