Test Failed
Push — master ( 67ba18...f2650d )
by Radosław
01:58
created
src/HelperFactory/HelperFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -11,6 +11,9 @@
 block discarded – undo
11 11
 {
12 12
     protected $config = null;
13 13
 
14
+    /**
15
+     * @return \SoapClient
16
+     */
14 17
     abstract protected function getSoapClient();
15 18
 
16 19
     public function create(array $configArray)
Please login to merge, or discard this patch.