Completed
Push — master ( f73e21...af11f2 )
by Nicolaas
01:27
created
code/security/TwitterLoginForm.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -4,6 +4,10 @@
 block discarded – undo
4 4
 {
5 5
     protected $authenticator_class = 'TwitterAuthenticator';
6 6
 
7
+    /**
8
+     * @param Controller $controller
9
+     * @param string $method
10
+     */
7 11
     public function __construct($controller, $method, $fields = null, $actions = null, $checkCurrentUser = true)
8 12
     {
9 13
         if (isset($_REQUEST['BackURL'])) {
Please login to merge, or discard this patch.