Completed
Pull Request — master (#6)
by Laurens
03:01
created
Tests/Api/ClientTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -112,6 +112,8 @@  discard block
 block discarded – undo
112 112
      * @var int $code
113 113
      * @var null|string $type
114 114
      *
115
+     * @param integer $code
116
+     * @param string $type
115 117
      * @return MockInterface
116 118
      */
117 119
     private function runClientSoapException($code, $type = null)
@@ -172,6 +174,10 @@  discard block
 block discarded – undo
172 174
         return $apiClient;
173 175
     }
174 176
 
177
+    /**
178
+     * @param integer $code
179
+     * @param string $type
180
+     */
175 181
     private function generateSoapFault($code, $type = null)
176 182
     {
177 183
         $message = "an error message {$code}";
Please login to merge, or discard this patch.