Completed
Branch master (9c9857)
by Florian
03:27
created
lib/Payone/Settings/Service/XmlGenerate.php 1 patch
Doc Comments   +8 added lines, -4 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
      * @api
50 50
      *
51 51
      * @param Payone_Settings_Data_ConfigFile_Root $config
52
-     * @return mixed @see SimpleXMLElement::asXml()
52
+     * @return string @see SimpleXMLElement::asXml()
53 53
      */
54 54
     public function generate(Payone_Settings_Data_ConfigFile_Root $config)
55 55
     {
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      * @api
75 75
      *
76 76
      * @param Payone_Settings_Data_ConfigFile_Root $config
77
-     * @return mixed @see SimpleXMLElement::asXml()
77
+     * @return string|false @see SimpleXMLElement::asXml()
78 78
      */
79 79
     public function execute(Payone_Settings_Data_ConfigFile_Root $config)
80 80
     {
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
     /**
125 125
      * @param Payone_Settings_Data_ConfigFile_Shop $shopConfig
126 126
      * @param DOMElement $configXml
127
-     * @return string
127
+     * @return DOMElement
128 128
      */
129 129
     protected function mapShop(Payone_Settings_Data_ConfigFile_Shop $shopConfig, DOMElement $configXml)
130 130
     {
@@ -365,6 +365,10 @@  discard block
 block discarded – undo
365 365
         $this->addGlobal($cleatringTypeNode, $valueClearingType);
366 366
     }
367 367
 
368
+    /**
369
+     * @param DOMElement $parent
370
+     * @param Payone_Settings_Data_ConfigFile_PaymentMethod_Abstract $type
371
+     */
368 372
     public function addGlobal($parent, $type)
369 373
     {
370 374
 
@@ -400,7 +404,7 @@  discard block
 block discarded – undo
400 404
     /**
401 405
      * @param DOMElement $parent
402 406
      * @param $object
403
-     * @param $property
407
+     * @param string $property
404 408
      * @param bool $withCdata
405 409
      * @return DOMElement
406 410
      */
Please login to merge, or discard this patch.
lib/Payone/TransactionStatus/Factory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @param $key
56
+     * @param string $key
57 57
      * @return Payone_TransactionStatus_Service_HandleRequest
58 58
      * @throws Exception
59 59
      */
Please login to merge, or discard this patch.