Completed
Push — master ( 03eab3...478aa0 )
by Yann
02:49
created
src/Decoder.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 
63 63
     /**
64 64
      * @param DOMDocument $document
65
-     * @return Message
65
+     * @return DTO\Message
66 66
      * @throws InvalidMessageException
67 67
      */
68 68
     public function decode(DOMDocument $document)
Please login to merge, or discard this patch.
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,13 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Genkgo\Camt\Camt053;
3 3
 
4
-use DateTimeImmutable;
5 4
 use DOMDocument;
6 5
 use Genkgo\Camt\DecoderInterface;
7 6
 use Genkgo\Camt\Exception\InvalidMessageException;
8
-use Genkgo\Camt\Util\StringToUnits;
9
-use Money\Currency;
10
-use Money\Money;
11 7
 use SimpleXMLElement;
12 8
 
13 9
 class Decoder implements DecoderInterface
Please login to merge, or discard this patch.
src/Decoder/EntryTransactionDetail.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,6 @@
 block discarded – undo
149 149
     }
150 150
 
151 151
     /**
152
-     * @param SimpleXMLElement $xmlDetail
153 152
      *
154 153
      * @return DTO\Account|null
155 154
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Genkgo\Camt\DTO;
6 6
 use \SimpleXMLElement;
7
-use Genkgo\Camt\Iban;
8 7
 
9 8
 abstract class EntryTransactionDetail
10 9
 {
Please login to merge, or discard this patch.
src/Decoder/Message.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Genkgo\Camt\DTO;
6 6
 use \SimpleXMLElement;
7
-use Genkgo\Camt\Iban;
8 7
 
9 8
 abstract class EntryTransactionDetail
10 9
 {
Please login to merge, or discard this patch.
src/DTO/Record.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,6 @@  discard block
 block discarded – undo
150 150
     }
151 151
 
152 152
     /**
153
-     * @param string $copyDuplicateIndicator
154 153
      */
155 154
     public function getCopyDuplicateIndicator()
156 155
     {
@@ -158,6 +157,7 @@  discard block
 block discarded – undo
158 157
     }
159 158
     
160 159
     /**
160
+     * @param string $copyDuplicateIndicator
161 161
      * @return string
162 162
      */
163 163
     public function setCopyDuplicateIndicator($copyDuplicateIndicator)
@@ -223,6 +223,7 @@  discard block
 block discarded – undo
223 223
 
224 224
     /**
225 225
      * @param string
226
+     * @param string $additionalInformation
226 227
      */
227 228
     public function setAdditionalInformation($additionalInformation)
228 229
     {
Please login to merge, or discard this patch.
src/DTO/ContactDetails.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     }
81 81
     
82 82
     /**
83
-     * @param string $name
83
+     * @param string $phoneNumber
84 84
      */
85 85
     public function setPhoneNumber($phoneNumber)
86 86
     {
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     }
97 97
     
98 98
     /**
99
-     * @param string $name
99
+     * @param string $mobileNumber
100 100
      */
101 101
     public function setMobileNumber($mobileNumber)
102 102
     {
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     }
113 113
     
114 114
     /**
115
-     * @param string $name
115
+     * @param string $faxNumber
116 116
      */
117 117
     public function setFaxNumber($faxNumber)
118 118
     {
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     }
129 129
     
130 130
     /**
131
-     * @param string $name
131
+     * @param string $emailAddress
132 132
      */
133 133
     public function setEmailAddress($emailAddress)
134 134
     {
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     }
145 145
     
146 146
     /**
147
-     * @param string $name
147
+     * @param string $other
148 148
      */
149 149
     public function setOther($other)
150 150
     {
Please login to merge, or discard this patch.
src/Decoder/Factory/DTO/PersonIdentification.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
 {
9 9
     use Behavior\Mapping;
10 10
 
11
+    /**
12
+     * @return \Genkgo\Camt\DTO\Identification
13
+     */
11 14
     public static function createFromXml(SimpleXMLElement $xmlPersonIdentification)
12 15
     {
13 16
         $xmlPersonIdentification = new DTO\PersonIdentification();
Please login to merge, or discard this patch.
src/DTO/OrganisationIdentification.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
     }
215 215
     
216 216
     /**
217
-     * @param string $otherID
217
+     * @param string $otherId
218 218
      */
219 219
     public function setOtherId($otherId)
220 220
     {
Please login to merge, or discard this patch.