Skip to content

Commit

Permalink
Remove all closing tags as per PSR-2
Browse files Browse the repository at this point in the history
  • Loading branch information
madisx committed Mar 29, 2020
1 parent fda60be commit a76f1f0
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions src/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,5 +474,3 @@ public function getVendorsByName($name)
return $this->getVendorsBy(["Name" => $name]);
}
}

?>
2 changes: 0 additions & 2 deletions src/APIResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ public function getError()
return $this->res;
}
}

?>
2 changes: 0 additions & 2 deletions src/Article.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,3 @@ public function setDefLocationCode(string $code)
$this->set("DefLocationCode", $code);
}
}

?>
2 changes: 0 additions & 2 deletions src/Attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ public function setFile(string $filePath)
$this->set("FileContent", base64_encode(file_get_contents($filePath)));
}
}

?>
2 changes: 0 additions & 2 deletions src/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,3 @@ public function setEmail($email)
}

}

?>
2 changes: 0 additions & 2 deletions src/General.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,3 @@ public function removeTAX($priceGross)
return $priceGross - $this->getTAX($priceGross, TRUE);
}
}

?>
2 changes: 0 additions & 2 deletions src/InvoiceGeneral.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,3 @@ public function setHcomment(string $comment)
$this->set("Hcomment", $comment);
}
}

?>
2 changes: 0 additions & 2 deletions src/InvoiceRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,3 @@ public function setCostCenterCode(string $code)
$this->set("CostCenterCode", $code);
}
}

?>
2 changes: 0 additions & 2 deletions src/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ public function setAmount(float $Amount)
}

}

?>
2 changes: 0 additions & 2 deletions src/PurchaseInvoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ public function setAttachment(\Infira\MeritAktiva\Attachment $Attachment)
$this->set('Attachment', $Attachment);
}
}

?>
2 changes: 0 additions & 2 deletions src/PurchasePayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ public function setPaymDate(string $date)
}

}

?>
2 changes: 0 additions & 2 deletions src/SalesInvoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ protected function beforeGetData()
}
}
}

?>
2 changes: 0 additions & 2 deletions src/VATObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ public function setAmount($amount)
}

}

?>
2 changes: 0 additions & 2 deletions src/Vendor.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,3 @@ public function setEmail($email)
}

}

?>

0 comments on commit a76f1f0

Please sign in to comment.