Completed
Push — master ( 5fb2c0...ccfcd1 )
by Matt
02:36
created
src/Configuration.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
     }
84 84
 
85 85
     /**
86
-     * @return mixed|string
86
+     * @return string
87 87
      */
88 88
     public function getRequestMode()
89 89
     {
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @return mixed|string
104
+     * @return string
105 105
      */
106 106
     public function getCertificateVerify()
107 107
     {
Please login to merge, or discard this patch.