Completed
Push — feature/use-authn-request-acs-... ( 888a16 )
by
unknown
02:26
created
src/Surfnet/StepupGateway/SecondFactorOnlyBundle/Adfs/StateHandler.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-     * @return mixed|null
82
+     * @return string
83 83
      */
84 84
     public function getAuthMethod()
85 85
     {
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     }
88 88
 
89 89
     /**
90
-     * @return mixed|null
90
+     * @return string
91 91
      */
92 92
     public function getContext()
93 93
     {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 
111 111
     /**
112 112
      * @param string $key
113
-     * @param mixed $value Any scalar
113
+     * @param string $value Any scalar
114 114
      */
115 115
     protected function set($key, $value)
116 116
     {
Please login to merge, or discard this patch.