Completed
Push — develop ( ed4668...7712b2 )
by
unknown
11s
created
src/Surfnet/StepupGateway/SecondFactorOnlyBundle/Adfs/StateHandler.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-     * @return mixed|null
93
+     * @return string
94 94
      */
95 95
     public function getAuthMethod()
96 96
     {
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
 
100 100
     /**
101
-     * @return mixed|null
101
+     * @return string
102 102
      */
103 103
     public function getContext()
104 104
     {
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
     }
107 107
 
108 108
     /**
109
-     * @return mixed|null
109
+     * @return string
110 110
      */
111 111
     public function getAssertionConsumerServiceUrl()
112 112
     {
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
 
130 130
     /**
131 131
      * @param string $key
132
-     * @param mixed $value Any scalar
132
+     * @param string $value Any scalar
133 133
      */
134 134
     protected function set($key, $value)
135 135
     {
Please login to merge, or discard this patch.