diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3bb205d..01f0653 100755
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -284,8 +284,6 @@ jobs:
if [[ $(find ./ -name "*tpl.php" | xargs grep -P '(style=)') -ne "" ]]; then exit 1; fi
if [[ $(find ./ -name "*tpl.php" | xargs grep -P '(value|title|alt|aria\-label)(=\")((?!\<\?).)*(>)') -ne "" ]]; then exit 1; fi
if [[ $(find ./ -name "*tpl.php" | xargs grep -P '(\
|\ | |\|\)) -ne "" ]]; then exit 1; fi
- - name: Js strict
- run: if [[ $(grep -r -L "\"use strict\";" --include=*.js ./) -ne "" ]]; then exit 1; fi
- name: Js inspection
run: |
if [[ $(grep -rlni "onafterprint=\|onbeforeprint=\|onbeforeunload=\|onerror=\|onhaschange=\|onload=\|onmessage=\|onoffline=\|ononline=\|onpagehide=\|onpageshow=\|onpopstate=\|onredo=\|onresize=\|onstorage=\|onund=o\|onunload=\|onblur=\|onchage=\|oncontextmenu=\|onfocus=\|onformchange=\|onforminput=\|oninput=\|oninvalid=\|onreset=\|onselect=\|onsubmit=\|onkeydown=\|onkeypress=\|onkeyup=\|onclick=\|ondblclic=k\|ondrag=\|ondragend=\|ondragenter=\|ondragleave=\|ondragover=\|ondragstart=\|ondrop=\|onmousedown=\|onmousemove=\|onmouseout=\|onmouseover=\|onmouseup=\|onmousewheel=\|onscroll=\|onabor=t\|oncanplay=\|oncanplaythrough=\|ondurationchange=\|onemptied=\|onended=\|onerror=\|onloadeddata=\|onloadedmetadata=\|onloadstart=\|onpause=\|onplay=\|onplaying=\|onprogress=\|onratechange=\|onreadystatechange=\|onseeked=\|onseeking=\|onstalled=\|onsuspend=\|ontimeupdate=\|onvolumechange=" --include=*.js ./) -ne "" ]]; then exit 1; fi
diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php
index b02eec4..acf1c59 100755
--- a/Admin/Install/Navigation.php
+++ b/Admin/Install/Navigation.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Admin\Install
* @copyright Dennis Eichhorn
diff --git a/Admin/Install/Structures/Lang/de.lang.php b/Admin/Install/Structures/Lang/de.lang.php
index 3a5199d..5e9fedd 100755
--- a/Admin/Install/Structures/Lang/de.lang.php
+++ b/Admin/Install/Structures/Lang/de.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Admin\Install
* @copyright Dennis Eichhorn
diff --git a/Admin/Install/Structures/Lang/en.lang.php b/Admin/Install/Structures/Lang/en.lang.php
index 4d5d0b7..6108307 100755
--- a/Admin/Install/Structures/Lang/en.lang.php
+++ b/Admin/Install/Structures/Lang/en.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Admin\Install
* @copyright Dennis Eichhorn
diff --git a/Admin/Installer.php b/Admin/Installer.php
index 743ae03..8b02781 100755
--- a/Admin/Installer.php
+++ b/Admin/Installer.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Admin
* @copyright Dennis Eichhorn
diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php
index 78bd337..b35c3a3 100755
--- a/Admin/Routes/Web/Backend.php
+++ b/Admin/Routes/Web/Backend.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules
* @copyright Dennis Eichhorn
diff --git a/Admin/Status.php b/Admin/Status.php
index 7b70c2d..661b886 100755
--- a/Admin/Status.php
+++ b/Admin/Status.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Admin
* @copyright Dennis Eichhorn
diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php
index f36910a..aa80fb5 100755
--- a/Admin/Uninstaller.php
+++ b/Admin/Uninstaller.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Admin
* @copyright Dennis Eichhorn
diff --git a/Admin/Updater.php b/Admin/Updater.php
index fd087b3..0a24b1b 100755
--- a/Admin/Updater.php
+++ b/Admin/Updater.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Admin
* @copyright Dennis Eichhorn
diff --git a/Controller/ApiController.php b/Controller/ApiController.php
index 2442fdc..61a9df6 100644
--- a/Controller/ApiController.php
+++ b/Controller/ApiController.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Controller/BackendController.php b/Controller/BackendController.php
index 9192b31..179cc4c 100755
--- a/Controller/BackendController.php
+++ b/Controller/BackendController.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Controller/Controller.php b/Controller/Controller.php
index c30144c..2081059 100755
--- a/Controller/Controller.php
+++ b/Controller/Controller.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Models/AccountAbstract.php b/Models/AccountAbstract.php
index 043a767..eb627f6 100755
--- a/Models/AccountAbstract.php
+++ b/Models/AccountAbstract.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/AccountType.php b/Models/AccountType.php
index 6cfafa2..55487f9 100755
--- a/Models/AccountType.php
+++ b/Models/AccountType.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/Balance.php b/Models/Balance.php
index 5a5ee52..f02ec57 100755
--- a/Models/Balance.php
+++ b/Models/Balance.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/BalanceL11n.php b/Models/BalanceL11n.php
index a0b3d1b..052520e 100644
--- a/Models/BalanceL11n.php
+++ b/Models/BalanceL11n.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php
index 257c78e..8234473 100755
--- a/Models/BatchPosting.php
+++ b/Models/BatchPosting.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/CostCenter.php b/Models/CostCenter.php
index 132bb87..d612840 100755
--- a/Models/CostCenter.php
+++ b/Models/CostCenter.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/CostCenterL11n.php b/Models/CostCenterL11n.php
index 5fc3925..dfad021 100755
--- a/Models/CostCenterL11n.php
+++ b/Models/CostCenterL11n.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/CostCenterL11nMapper.php b/Models/CostCenterL11nMapper.php
index 7283d8c..7f60b8c 100755
--- a/Models/CostCenterL11nMapper.php
+++ b/Models/CostCenterL11nMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/CostCenterMapper.php b/Models/CostCenterMapper.php
index cb9fee3..7002adc 100755
--- a/Models/CostCenterMapper.php
+++ b/Models/CostCenterMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/CostObject.php b/Models/CostObject.php
index 9d3ab57..a487b87 100755
--- a/Models/CostObject.php
+++ b/Models/CostObject.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/CostObjectL11n.php b/Models/CostObjectL11n.php
index 0293b66..2daa137 100755
--- a/Models/CostObjectL11n.php
+++ b/Models/CostObjectL11n.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/CostObjectL11nMapper.php b/Models/CostObjectL11nMapper.php
index edc895d..1711fa3 100755
--- a/Models/CostObjectL11nMapper.php
+++ b/Models/CostObjectL11nMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/CostObjectMapper.php b/Models/CostObjectMapper.php
index 279e63c..673c588 100755
--- a/Models/CostObjectMapper.php
+++ b/Models/CostObjectMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/Creditor.php b/Models/Creditor.php
index d9e1f0b..d7f8a62 100755
--- a/Models/Creditor.php
+++ b/Models/Creditor.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/Debitor.php b/Models/Debitor.php
index d8beae4..9fb2509 100755
--- a/Models/Debitor.php
+++ b/Models/Debitor.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/EntryInterface.php b/Models/EntryInterface.php
index 6fde69c..b0568d9 100755
--- a/Models/EntryInterface.php
+++ b/Models/EntryInterface.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/IncomeStatement.php b/Models/IncomeStatement.php
index fd5c562..d30d9c5 100755
--- a/Models/IncomeStatement.php
+++ b/Models/IncomeStatement.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/InvoicePosting.php b/Models/InvoicePosting.php
index dabb362..2843cba 100755
--- a/Models/InvoicePosting.php
+++ b/Models/InvoicePosting.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullCostCenter.php b/Models/NullCostCenter.php
index 1097f64..10d3a43 100755
--- a/Models/NullCostCenter.php
+++ b/Models/NullCostCenter.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullCostObject.php b/Models/NullCostObject.php
index 1f63e87..a0b8221 100755
--- a/Models/NullCostObject.php
+++ b/Models/NullCostObject.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php
index 9fa54ef..e765ed6 100755
--- a/Models/PermissionCategory.php
+++ b/Models/PermissionCategory.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/Posting.php b/Models/Posting.php
index 91b08cb..3e96a28 100755
--- a/Models/Posting.php
+++ b/Models/Posting.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/PostingAbstract.php b/Models/PostingAbstract.php
index 5946752..f60efac 100755
--- a/Models/PostingAbstract.php
+++ b/Models/PostingAbstract.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/PostingInterface.php b/Models/PostingInterface.php
index ecae3ca..9c71618 100755
--- a/Models/PostingInterface.php
+++ b/Models/PostingInterface.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Models/TimeRangeType.php b/Models/TimeRangeType.php
index 257f305..149f910 100755
--- a/Models/TimeRangeType.php
+++ b/Models/TimeRangeType.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting\Models
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php
index 7809da4..c701223 100644
--- a/Theme/Backend/Lang/Navigation.ar.lang.php
+++ b/Theme/Backend/Lang/Navigation.ar.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php
index 48b49e9..393561e 100644
--- a/Theme/Backend/Lang/Navigation.cs.lang.php
+++ b/Theme/Backend/Lang/Navigation.cs.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php
index beee921..8e13a8a 100644
--- a/Theme/Backend/Lang/Navigation.da.lang.php
+++ b/Theme/Backend/Lang/Navigation.da.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php
index 6ee3dbc..dd42d87 100644
--- a/Theme/Backend/Lang/Navigation.de.lang.php
+++ b/Theme/Backend/Lang/Navigation.de.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.el.lang.php b/Theme/Backend/Lang/Navigation.el.lang.php
index f90e5e2..1ca1359 100644
--- a/Theme/Backend/Lang/Navigation.el.lang.php
+++ b/Theme/Backend/Lang/Navigation.el.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php
index bd8dd91..8667f74 100644
--- a/Theme/Backend/Lang/Navigation.en.lang.php
+++ b/Theme/Backend/Lang/Navigation.en.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.es.lang.php b/Theme/Backend/Lang/Navigation.es.lang.php
index fcb7735..bdd1742 100644
--- a/Theme/Backend/Lang/Navigation.es.lang.php
+++ b/Theme/Backend/Lang/Navigation.es.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php
index 3e5f6d5..4e689cd 100644
--- a/Theme/Backend/Lang/Navigation.fi.lang.php
+++ b/Theme/Backend/Lang/Navigation.fi.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php
index 3ca6fe8..7c5a55a 100644
--- a/Theme/Backend/Lang/Navigation.fr.lang.php
+++ b/Theme/Backend/Lang/Navigation.fr.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php
index 9b09c42..d1e663d 100644
--- a/Theme/Backend/Lang/Navigation.hu.lang.php
+++ b/Theme/Backend/Lang/Navigation.hu.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php
index 0055cfb..2b94b99 100644
--- a/Theme/Backend/Lang/Navigation.it.lang.php
+++ b/Theme/Backend/Lang/Navigation.it.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php
index 137d314..ad7bab1 100644
--- a/Theme/Backend/Lang/Navigation.ja.lang.php
+++ b/Theme/Backend/Lang/Navigation.ja.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php
index c861f5d..f0c32bd 100644
--- a/Theme/Backend/Lang/Navigation.ko.lang.php
+++ b/Theme/Backend/Lang/Navigation.ko.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php
index 99dc170..0359ae8 100644
--- a/Theme/Backend/Lang/Navigation.no.lang.php
+++ b/Theme/Backend/Lang/Navigation.no.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php
index 3d97b33..c3be0e2 100644
--- a/Theme/Backend/Lang/Navigation.pl.lang.php
+++ b/Theme/Backend/Lang/Navigation.pl.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php
index 06ce4c3..e5ef618 100644
--- a/Theme/Backend/Lang/Navigation.pt.lang.php
+++ b/Theme/Backend/Lang/Navigation.pt.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php
index fb603f4..f4fd34c 100644
--- a/Theme/Backend/Lang/Navigation.ru.lang.php
+++ b/Theme/Backend/Lang/Navigation.ru.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php
index 9d42c0c..312c18a 100644
--- a/Theme/Backend/Lang/Navigation.sv.lang.php
+++ b/Theme/Backend/Lang/Navigation.sv.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php
index b7de114..fe8a052 100644
--- a/Theme/Backend/Lang/Navigation.th.lang.php
+++ b/Theme/Backend/Lang/Navigation.th.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php
index 534647d..ac1719b 100644
--- a/Theme/Backend/Lang/Navigation.tr.lang.php
+++ b/Theme/Backend/Lang/Navigation.tr.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php
index 11e1831..23727ad 100644
--- a/Theme/Backend/Lang/Navigation.uk.lang.php
+++ b/Theme/Backend/Lang/Navigation.uk.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php
index 45a1bd5..8b03b9c 100644
--- a/Theme/Backend/Lang/Navigation.zh.lang.php
+++ b/Theme/Backend/Lang/Navigation.zh.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php
index 2178098..ce0f508 100755
--- a/Theme/Backend/Lang/api.en.lang.php
+++ b/Theme/Backend/Lang/api.en.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php
index 2945a76..c1ddb30 100644
--- a/Theme/Backend/Lang/ar.lang.php
+++ b/Theme/Backend/Lang/ar.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php
index b43b029..e716c5e 100644
--- a/Theme/Backend/Lang/cs.lang.php
+++ b/Theme/Backend/Lang/cs.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php
index 9ac7518..128f640 100644
--- a/Theme/Backend/Lang/da.lang.php
+++ b/Theme/Backend/Lang/da.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php
index 86b43a6..7b440a4 100644
--- a/Theme/Backend/Lang/de.lang.php
+++ b/Theme/Backend/Lang/de.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php
index 4b060f9..5b5e8b3 100644
--- a/Theme/Backend/Lang/el.lang.php
+++ b/Theme/Backend/Lang/el.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php
index 3c0a9ad..a2ca096 100644
--- a/Theme/Backend/Lang/en.lang.php
+++ b/Theme/Backend/Lang/en.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php
index c07c952..67c175d 100644
--- a/Theme/Backend/Lang/es.lang.php
+++ b/Theme/Backend/Lang/es.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php
index 75a4b30..543587e 100644
--- a/Theme/Backend/Lang/fi.lang.php
+++ b/Theme/Backend/Lang/fi.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php
index 78fe747..0d9266c 100644
--- a/Theme/Backend/Lang/fr.lang.php
+++ b/Theme/Backend/Lang/fr.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php
index 0bce049..11de441 100644
--- a/Theme/Backend/Lang/hu.lang.php
+++ b/Theme/Backend/Lang/hu.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php
index 419a762..82d7f34 100644
--- a/Theme/Backend/Lang/it.lang.php
+++ b/Theme/Backend/Lang/it.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php
index 93f0d77..68e5668 100644
--- a/Theme/Backend/Lang/ja.lang.php
+++ b/Theme/Backend/Lang/ja.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php
index b1305d6..890d250 100644
--- a/Theme/Backend/Lang/ko.lang.php
+++ b/Theme/Backend/Lang/ko.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php
index eab4f66..fd97a8e 100644
--- a/Theme/Backend/Lang/no.lang.php
+++ b/Theme/Backend/Lang/no.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php
index 9a90a24..d186b1d 100644
--- a/Theme/Backend/Lang/pl.lang.php
+++ b/Theme/Backend/Lang/pl.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php
index db7c6bf..664f063 100644
--- a/Theme/Backend/Lang/pt.lang.php
+++ b/Theme/Backend/Lang/pt.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php
index 10aaf46..c2555f1 100644
--- a/Theme/Backend/Lang/ru.lang.php
+++ b/Theme/Backend/Lang/ru.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php
index 8c7e3be..711ee5b 100644
--- a/Theme/Backend/Lang/sv.lang.php
+++ b/Theme/Backend/Lang/sv.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php
index 98b89fb..8937a85 100644
--- a/Theme/Backend/Lang/th.lang.php
+++ b/Theme/Backend/Lang/th.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php
index 36108ca..479c5aa 100644
--- a/Theme/Backend/Lang/tr.lang.php
+++ b/Theme/Backend/Lang/tr.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php
index b5def78..cc8bdb2 100644
--- a/Theme/Backend/Lang/uk.lang.php
+++ b/Theme/Backend/Lang/uk.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php
index 8f65b70..9c8e4e7 100644
--- a/Theme/Backend/Lang/zh.lang.php
+++ b/Theme/Backend/Lang/zh.lang.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/costcenter-list.tpl.php b/Theme/Backend/costcenter-list.tpl.php
index 5d83b91..ac4b669 100755
--- a/Theme/Backend/costcenter-list.tpl.php
+++ b/Theme/Backend/costcenter-list.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/costobject-list.tpl.php b/Theme/Backend/costobject-list.tpl.php
index 7f1688d..6e546bf 100755
--- a/Theme/Backend/costobject-list.tpl.php
+++ b/Theme/Backend/costobject-list.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/entries.tpl.php b/Theme/Backend/entries.tpl.php
index 27452f9..4861e06 100755
--- a/Theme/Backend/entries.tpl.php
+++ b/Theme/Backend/entries.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/gl-create.tpl.php b/Theme/Backend/gl-create.tpl.php
index bb69e40..5b8ee32 100755
--- a/Theme/Backend/gl-create.tpl.php
+++ b/Theme/Backend/gl-create.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/gl-list.tpl.php b/Theme/Backend/gl-list.tpl.php
index 1cffea2..7d31518 100755
--- a/Theme/Backend/gl-list.tpl.php
+++ b/Theme/Backend/gl-list.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/gl-profile.tpl.php b/Theme/Backend/gl-profile.tpl.php
index 9018111..cf6b97e 100755
--- a/Theme/Backend/gl-profile.tpl.php
+++ b/Theme/Backend/gl-profile.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/journal-list.tpl.php b/Theme/Backend/journal-list.tpl.php
index dbe4e6f..08f70bf 100755
--- a/Theme/Backend/journal-list.tpl.php
+++ b/Theme/Backend/journal-list.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/stack-archive-list.tpl.php b/Theme/Backend/stack-archive-list.tpl.php
index 1806b05..cf9fcf2 100755
--- a/Theme/Backend/stack-archive-list.tpl.php
+++ b/Theme/Backend/stack-archive-list.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/stack-create.tpl.php b/Theme/Backend/stack-create.tpl.php
index a3dd21c..180f249 100755
--- a/Theme/Backend/stack-create.tpl.php
+++ b/Theme/Backend/stack-create.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/stack-entries.tpl.php b/Theme/Backend/stack-entries.tpl.php
index 9018111..cf6b97e 100755
--- a/Theme/Backend/stack-entries.tpl.php
+++ b/Theme/Backend/stack-entries.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/stack-list.tpl.php b/Theme/Backend/stack-list.tpl.php
index 7c3fe3f..8a717b1 100755
--- a/Theme/Backend/stack-list.tpl.php
+++ b/Theme/Backend/stack-list.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/stack-predefined-list.tpl.php b/Theme/Backend/stack-predefined-list.tpl.php
index 5465463..209e295 100755
--- a/Theme/Backend/stack-predefined-list.tpl.php
+++ b/Theme/Backend/stack-predefined-list.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\Accounting
* @copyright Dennis Eichhorn
diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php
index 941a59f..81c9a69 100755
--- a/tests/Admin/AdminTest.php
+++ b/tests/Admin/AdminTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Autoloader.php b/tests/Autoloader.php
index 2a73074..d7fd765 100755
--- a/tests/Autoloader.php
+++ b/tests/Autoloader.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules/tests
* @copyright Dennis Eichhorn
diff --git a/tests/Controller/Api/ApiControllerAccountTrait.php b/tests/Controller/Api/ApiControllerAccountTrait.php
index 071dd61..3b38068 100644
--- a/tests/Controller/Api/ApiControllerAccountTrait.php
+++ b/tests/Controller/Api/ApiControllerAccountTrait.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Controller/Api/ApiControllerBatchEntryTrait.php b/tests/Controller/Api/ApiControllerBatchEntryTrait.php
index 61c5baf..b87ee53 100644
--- a/tests/Controller/Api/ApiControllerBatchEntryTrait.php
+++ b/tests/Controller/Api/ApiControllerBatchEntryTrait.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Controller/Api/ApiControllerCostCenterTrait.php b/tests/Controller/Api/ApiControllerCostCenterTrait.php
index 5c644ff..5349018 100644
--- a/tests/Controller/Api/ApiControllerCostCenterTrait.php
+++ b/tests/Controller/Api/ApiControllerCostCenterTrait.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Controller/Api/ApiControllerCostObjectTrait.php b/tests/Controller/Api/ApiControllerCostObjectTrait.php
index 84f7028..26b25c7 100644
--- a/tests/Controller/Api/ApiControllerCostObjectTrait.php
+++ b/tests/Controller/Api/ApiControllerCostObjectTrait.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Controller/Api/ApiControllerEntryTrait.php b/tests/Controller/Api/ApiControllerEntryTrait.php
index b9bc1ca..5cd3024 100644
--- a/tests/Controller/Api/ApiControllerEntryTrait.php
+++ b/tests/Controller/Api/ApiControllerEntryTrait.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Controller/Api/ApiControllerTaxKeyTrait.php b/tests/Controller/Api/ApiControllerTaxKeyTrait.php
index 914b0f7..2fc9624 100644
--- a/tests/Controller/Api/ApiControllerTaxKeyTrait.php
+++ b/tests/Controller/Api/ApiControllerTaxKeyTrait.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php
index 2c84fd2..202b180 100644
--- a/tests/Controller/ApiControllerTest.php
+++ b/tests/Controller/ApiControllerTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/AccountAbstractTest.php b/tests/Models/AccountAbstractTest.php
index 122c456..ffa3b77 100644
--- a/tests/Models/AccountAbstractTest.php
+++ b/tests/Models/AccountAbstractTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/BalanceL11nTest.php b/tests/Models/BalanceL11nTest.php
index 811d976..8fd2189 100644
--- a/tests/Models/BalanceL11nTest.php
+++ b/tests/Models/BalanceL11nTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/BalanceTest.php b/tests/Models/BalanceTest.php
index d6ccb29..b2a26bd 100644
--- a/tests/Models/BalanceTest.php
+++ b/tests/Models/BalanceTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/BatchPostingTest.php b/tests/Models/BatchPostingTest.php
index 65183ea..00e512e 100644
--- a/tests/Models/BatchPostingTest.php
+++ b/tests/Models/BatchPostingTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/CostCenterL11nTest.php b/tests/Models/CostCenterL11nTest.php
index 16297fc..04e3787 100644
--- a/tests/Models/CostCenterL11nTest.php
+++ b/tests/Models/CostCenterL11nTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/CostCenterMapperTest.php b/tests/Models/CostCenterMapperTest.php
index 88756b6..c95ce09 100755
--- a/tests/Models/CostCenterMapperTest.php
+++ b/tests/Models/CostCenterMapperTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/CostCenterTest.php b/tests/Models/CostCenterTest.php
index 15cf93e..ada6e20 100755
--- a/tests/Models/CostCenterTest.php
+++ b/tests/Models/CostCenterTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/CostObjectL11nTest.php b/tests/Models/CostObjectL11nTest.php
index 1bfd685..c59e477 100644
--- a/tests/Models/CostObjectL11nTest.php
+++ b/tests/Models/CostObjectL11nTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/CostObjectMapperTest.php b/tests/Models/CostObjectMapperTest.php
index 8b402fa..370e777 100755
--- a/tests/Models/CostObjectMapperTest.php
+++ b/tests/Models/CostObjectMapperTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/CostObjectTest.php b/tests/Models/CostObjectTest.php
index e5f9c1d..1c4a971 100755
--- a/tests/Models/CostObjectTest.php
+++ b/tests/Models/CostObjectTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/CreditorTest.php b/tests/Models/CreditorTest.php
index 41b8559..00e3c6e 100644
--- a/tests/Models/CreditorTest.php
+++ b/tests/Models/CreditorTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/DebitorTest.php b/tests/Models/DebitorTest.php
index a27589a..e74143d 100644
--- a/tests/Models/DebitorTest.php
+++ b/tests/Models/DebitorTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/NullCostCenterTest.php b/tests/Models/NullCostCenterTest.php
index 878a677..3879696 100644
--- a/tests/Models/NullCostCenterTest.php
+++ b/tests/Models/NullCostCenterTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/NullCostObjectTest.php b/tests/Models/NullCostObjectTest.php
index 5c93345..63eb352 100644
--- a/tests/Models/NullCostObjectTest.php
+++ b/tests/Models/NullCostObjectTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
|