Test Failed
Pull Request — master (#181)
by
unknown
02:58
created
src/Entity/OtherCharges.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     }
50 50
 
51 51
     /**
52
-     * @return mixed
52
+     * @return string
53 53
      */
54 54
     public function getMonetaryValue()
55 55
     {
Please login to merge, or discard this patch.
src/Entity/InternationalForms.php 7 patches
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -616,7 +616,4 @@
 block discarded – undo
616 616
     {
617 617
         $this->declarationStatement = $statement;
618 618
 
619
-        return $this;
620
-    }
621
->>>>>>> develop
622
-}
619
+        return $this
623 620
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -616,7 +616,4 @@
 block discarded – undo
616 616
     {
617 617
         $this->declarationStatement = $statement;
618 618
 
619
-        return $this;
620
-    }
621
->>>>>>> develop
622
-}
619
+        return $this
623 620
\ No newline at end of file
Please login to merge, or discard this patch.
Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -616,7 +616,4 @@
 block discarded – undo
616 616
     {
617 617
         $this->declarationStatement = $statement;
618 618
 
619
-        return $this;
620
-    }
621
->>>>>>> develop
622
-}
619
+        return $this
623 620
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -616,7 +616,4 @@
 block discarded – undo
616 616
     {
617 617
         $this->declarationStatement = $statement;
618 618
 
619
-        return $this;
620
-    }
621
->>>>>>> develop
622
-}
619
+        return $this
623 620
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +5 added lines, -8 removed lines patch added patch discarded remove patch
@@ -151,16 +151,16 @@  discard block
 block discarded – undo
151 151
      * @var EEIFilingOption
152 152
      */
153 153
     private $eeiFilingOption;
154
-=======
154
+=== === =
155 155
      * @var OtherCharges
156
-     */
156
+     * /
157 157
     private $otherCharges;
158 158
 
159 159
     /**
160 160
      * @var string $declarationStatement
161 161
      */
162 162
     private $declarationStatement;
163
->>>>>>> develop
163
+>> >> >> > develop
164 164
 
165 165
     /**
166 166
      * @return array
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
             if (isset($attributes->CurrencyCode)) {
211 211
                 $this->setCurrencyCode($attributes->CurrencyCode);
212 212
             }
213
-<<<<<<< HEAD
213
+<< << <<< HEAD
214 214
             if (isset($attributes->EEIFilingOption)) {
215 215
                 $this->setEEIFilingOption(new EEIFilingOption($attributes->EEIFilingOption));
216 216
 =======
@@ -616,7 +616,4 @@  discard block
 block discarded – undo
616 616
     {
617 617
         $this->declarationStatement = $statement;
618 618
 
619
-        return $this;
620
-    }
621
->>>>>>> develop
622
-}
619
+        return $this
623 620
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -616,7 +616,4 @@
 block discarded – undo
616 616
     {
617 617
         $this->declarationStatement = $statement;
618 618
 
619
-        return $this;
620
-    }
621
->>>>>>> develop
622
-}
619
+        return $this
623 620
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -616,7 +616,4 @@
 block discarded – undo
616 616
     {
617 617
         $this->declarationStatement = $statement;
618 618
 
619
-        return $this;
620
-    }
621
->>>>>>> develop
622
-}
619
+        return $this
623 620
\ No newline at end of file
Please login to merge, or discard this patch.