Passed
Push — master ( 550fbd...26f186 )
by Tim
02:51
created
src/Controller/Twitter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@
 block discarded – undo
8 8
 use SimpleSAML\Auth;
9 9
 use SimpleSAML\Configuration;
10 10
 use SimpleSAML\Error;
11
-use SimpleSAML\HTTP\RunnableResponse;;
11
+use SimpleSAML\HTTP\RunnableResponse; ;
12 12
 use SimpleSAML\Module\authtwitter\Auth\Source\Twitter as TwitterSource;
13 13
 use SimpleSAML\Session;
14
-use Symfony\Component\HttpFoundation\Request;;
14
+use Symfony\Component\HttpFoundation\Request; ;
15 15
 
16 16
 /**
17 17
  * Controller class for the authtwitter module.
Please login to merge, or discard this patch.