Completed
Push — master ( 5295b1...c2f2c6 )
by Jean
04:19
created
src/Api/DataTransfer/SessionParametersFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
     /**
110 110
      * @param string $parameter
111 111
      * @param mixed $defaultValue
112
-     * @return mixed
112
+     * @return double
113 113
      */
114 114
     private function getValue($parameter, $defaultValue = null)
115 115
     {
Please login to merge, or discard this patch.
src/Api/Http/Transport.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     }
88 88
 
89 89
     /**
90
-     * @param $url
90
+     * @param string $url
91 91
      * @param $apiKey
92 92
      */
93 93
     private function setPollUrl($url, $apiKey)
Please login to merge, or discard this patch.