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/Media.php b/Admin/Install/Media.php
index 7177ee7..3351a86 100755
--- a/Admin/Install/Media.php
+++ b/Admin/Install/Media.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Admin\Install
* @copyright Dennis Eichhorn
diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php
index 6e62aee..84d4edd 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\ItemManagement\Admin\Install
* @copyright Dennis Eichhorn
diff --git a/Admin/Installer.php b/Admin/Installer.php
index 2c2c4af..0fdb79f 100755
--- a/Admin/Installer.php
+++ b/Admin/Installer.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Admin
* @copyright Dennis Eichhorn
diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php
index 9b1ab71..f26f28c 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 81580eb..103ceca 100755
--- a/Admin/Status.php
+++ b/Admin/Status.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Admin
* @copyright Dennis Eichhorn
diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php
index 3725e05..f881a72 100755
--- a/Admin/Uninstaller.php
+++ b/Admin/Uninstaller.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Admin
* @copyright Dennis Eichhorn
diff --git a/Admin/Updater.php b/Admin/Updater.php
index 6bd09ad..aa3d760 100755
--- a/Admin/Updater.php
+++ b/Admin/Updater.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Admin
* @copyright Dennis Eichhorn
diff --git a/Controller/ApiController.php b/Controller/ApiController.php
index 835fb7c..0f5703c 100755
--- a/Controller/ApiController.php
+++ b/Controller/ApiController.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement
* @copyright Dennis Eichhorn
diff --git a/Controller/BackendController.php b/Controller/BackendController.php
index 04aa509..2ed4fe6 100755
--- a/Controller/BackendController.php
+++ b/Controller/BackendController.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement
* @copyright Dennis Eichhorn
diff --git a/Controller/Controller.php b/Controller/Controller.php
index 207722d..bffedb3 100755
--- a/Controller/Controller.php
+++ b/Controller/Controller.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement
* @copyright Dennis Eichhorn
diff --git a/Models/AttributeValueType.php b/Models/AttributeValueType.php
index 2a12158..34cbc77 100755
--- a/Models/AttributeValueType.php
+++ b/Models/AttributeValueType.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/Item.php b/Models/Item.php
index 2bff949..5a0737a 100755
--- a/Models/Item.php
+++ b/Models/Item.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemAttribute.php b/Models/ItemAttribute.php
index 64a1369..58c2919 100755
--- a/Models/ItemAttribute.php
+++ b/Models/ItemAttribute.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemAttributeMapper.php b/Models/ItemAttributeMapper.php
index 7c94c38..68d55bc 100755
--- a/Models/ItemAttributeMapper.php
+++ b/Models/ItemAttributeMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemAttributeType.php b/Models/ItemAttributeType.php
index 2440436..df75861 100755
--- a/Models/ItemAttributeType.php
+++ b/Models/ItemAttributeType.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemAttributeTypeL11n.php b/Models/ItemAttributeTypeL11n.php
index 99f2b57..1cdf060 100755
--- a/Models/ItemAttributeTypeL11n.php
+++ b/Models/ItemAttributeTypeL11n.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemAttributeTypeL11nMapper.php b/Models/ItemAttributeTypeL11nMapper.php
index 839d8e7..5097902 100755
--- a/Models/ItemAttributeTypeL11nMapper.php
+++ b/Models/ItemAttributeTypeL11nMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemAttributeTypeMapper.php b/Models/ItemAttributeTypeMapper.php
index 56c44aa..fd42bed 100755
--- a/Models/ItemAttributeTypeMapper.php
+++ b/Models/ItemAttributeTypeMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemAttributeValue.php b/Models/ItemAttributeValue.php
index 23da291..df59eb7 100755
--- a/Models/ItemAttributeValue.php
+++ b/Models/ItemAttributeValue.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemAttributeValueMapper.php b/Models/ItemAttributeValueMapper.php
index 580a236..96e7929 100755
--- a/Models/ItemAttributeValueMapper.php
+++ b/Models/ItemAttributeValueMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemL11n.php b/Models/ItemL11n.php
index 253e690..7db5724 100755
--- a/Models/ItemL11n.php
+++ b/Models/ItemL11n.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemL11nMapper.php b/Models/ItemL11nMapper.php
index 306dcec..ccbc99b 100755
--- a/Models/ItemL11nMapper.php
+++ b/Models/ItemL11nMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemL11nType.php b/Models/ItemL11nType.php
index eb7160c..9ee709f 100755
--- a/Models/ItemL11nType.php
+++ b/Models/ItemL11nType.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemL11nTypeMapper.php b/Models/ItemL11nTypeMapper.php
index 96ca089..fe40390 100755
--- a/Models/ItemL11nTypeMapper.php
+++ b/Models/ItemL11nTypeMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemMapper.php b/Models/ItemMapper.php
index 78c1ec2..ecb924b 100755
--- a/Models/ItemMapper.php
+++ b/Models/ItemMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/ItemStatus.php b/Models/ItemStatus.php
index fd1390a..813e399 100644
--- a/Models/ItemStatus.php
+++ b/Models/ItemStatus.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullItem.php b/Models/NullItem.php
index ec23951..e762511 100755
--- a/Models/NullItem.php
+++ b/Models/NullItem.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullItemAttribute.php b/Models/NullItemAttribute.php
index 804843d..035ef03 100755
--- a/Models/NullItemAttribute.php
+++ b/Models/NullItemAttribute.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullItemAttributeType.php b/Models/NullItemAttributeType.php
index 31f4b77..e320798 100755
--- a/Models/NullItemAttributeType.php
+++ b/Models/NullItemAttributeType.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullItemAttributeTypeL11n.php b/Models/NullItemAttributeTypeL11n.php
index 79da34f..10d39be 100755
--- a/Models/NullItemAttributeTypeL11n.php
+++ b/Models/NullItemAttributeTypeL11n.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullItemAttributeValue.php b/Models/NullItemAttributeValue.php
index f502f2f..172ea65 100755
--- a/Models/NullItemAttributeValue.php
+++ b/Models/NullItemAttributeValue.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullItemL11n.php b/Models/NullItemL11n.php
index a472538..a552c55 100755
--- a/Models/NullItemL11n.php
+++ b/Models/NullItemL11n.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullItemL11nType.php b/Models/NullItemL11nType.php
index ca6971f..a6353b3 100755
--- a/Models/NullItemL11nType.php
+++ b/Models/NullItemL11nType.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php
index 48510df..9a2254b 100755
--- a/Models/PermissionCategory.php
+++ b/Models/PermissionCategory.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/StockManagementType.php b/Models/StockManagementType.php
index 92f51d8..30a9798 100755
--- a/Models/StockManagementType.php
+++ b/Models/StockManagementType.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Model
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php
index 81462ec..5398000 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 4fe9f76..de56886 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 6494dfe..fe27319 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 dd943e6..6a97882 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 df1a1d0..56e18bf 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 f54842e..a5ac21b 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 f44d754..ce24220 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 ee7b71e..496d406 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 0d4b0b4..998da37 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 92e7736..982c61f 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 da6caba..a1a5449 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 4669f1e..39cf403 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 373c0b9..51d3f33 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 8d9f890..272f0ae 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 2b92ddd..42618ab 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 ee37717..1d6d93c 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 2d18541..17cb0e1 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 f292990..7b9810c 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 78af1bf..f881bc0 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 1b6f87c..f455f73 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 fedd9c4..9cb56db 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 1d53fcd..63af901 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/ar.lang.php b/Theme/Backend/Lang/ar.lang.php
index 632e4e4..95268cc 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 bf2740e..b19c76d 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 b7ca13f..52256d0 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 06eeeb8..8815403 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 0f08c71..90dad93 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 200b5a5..458f10a 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 6980156..50a9a00 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 6893c55..1521121 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 61944dc..d2bc4a6 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 7cf2556..95eb06f 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 9bc71af..e0445a9 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 f1654c5..f287bad 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 df2d9ec..42c642e 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 0a40d54..adf6c1b 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 ea1ccb0..98b7caf 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 ebf9a4a..a168ecb 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 061cca2..5ef1a66 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 9ccd836..0e98696 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 5a5d232..1861566 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 3238a7d..9744004 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 bce202f..2467e71 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 d2368ae..720649f 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/attribute-type-list.tpl.php b/Theme/Backend/attribute-type-list.tpl.php
index ce8a9fb..9b51640 100755
--- a/Theme/Backend/attribute-type-list.tpl.php
+++ b/Theme/Backend/attribute-type-list.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/item-analysis.tpl.php b/Theme/Backend/item-analysis.tpl.php
index c823a0c..efa08d5 100755
--- a/Theme/Backend/item-analysis.tpl.php
+++ b/Theme/Backend/item-analysis.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/item-create.tpl.php b/Theme/Backend/item-create.tpl.php
index 10c58e5..708c29a 100755
--- a/Theme/Backend/item-create.tpl.php
+++ b/Theme/Backend/item-create.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/purchase-item-list.tpl.php b/Theme/Backend/purchase-item-list.tpl.php
index 1b96c7d..95711d4 100755
--- a/Theme/Backend/purchase-item-list.tpl.php
+++ b/Theme/Backend/purchase-item-list.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/sales-item-list.tpl.php b/Theme/Backend/sales-item-list.tpl.php
index 597918f..35912f0 100755
--- a/Theme/Backend/sales-item-list.tpl.php
+++ b/Theme/Backend/sales-item-list.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/sales-item-profile.tpl.php b/Theme/Backend/sales-item-profile.tpl.php
index 0976cc2..c1c5e1f 100755
--- a/Theme/Backend/sales-item-profile.tpl.php
+++ b/Theme/Backend/sales-item-profile.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/stock-list.tpl.php b/Theme/Backend/stock-list.tpl.php
index 3bf2f68..fd9c3fc 100755
--- a/Theme/Backend/stock-list.tpl.php
+++ b/Theme/Backend/stock-list.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\ItemManagement
* @copyright Dennis Eichhorn
diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php
index 1152af9..197423b 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/ApiControllerAttributeTrait.php b/tests/Controller/Api/ApiControllerAttributeTrait.php
index a1987ec..5d5c8cd 100644
--- a/tests/Controller/Api/ApiControllerAttributeTrait.php
+++ b/tests/Controller/Api/ApiControllerAttributeTrait.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/ApiControllerItemTrait.php b/tests/Controller/Api/ApiControllerItemTrait.php
index 1d3ebfa..900022f 100644
--- a/tests/Controller/Api/ApiControllerItemTrait.php
+++ b/tests/Controller/Api/ApiControllerItemTrait.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 083d230..4a3a2a7 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/ItemAttributeTest.php b/tests/Models/ItemAttributeTest.php
index 4ad1c34..e75d6c2 100644
--- a/tests/Models/ItemAttributeTest.php
+++ b/tests/Models/ItemAttributeTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/ItemAttributeTypeL11nTest.php b/tests/Models/ItemAttributeTypeL11nTest.php
index 07254a1..4692c67 100644
--- a/tests/Models/ItemAttributeTypeL11nTest.php
+++ b/tests/Models/ItemAttributeTypeL11nTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/ItemAttributeTypeTest.php b/tests/Models/ItemAttributeTypeTest.php
index 74db2ad..fb1125c 100644
--- a/tests/Models/ItemAttributeTypeTest.php
+++ b/tests/Models/ItemAttributeTypeTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/ItemAttributeValueTest.php b/tests/Models/ItemAttributeValueTest.php
index b368740..4c17db3 100644
--- a/tests/Models/ItemAttributeValueTest.php
+++ b/tests/Models/ItemAttributeValueTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/ItemL11nTest.php b/tests/Models/ItemL11nTest.php
index 565b2f2..00a5ec9 100644
--- a/tests/Models/ItemL11nTest.php
+++ b/tests/Models/ItemL11nTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/ItemL11nTypeTest.php b/tests/Models/ItemL11nTypeTest.php
index 77554f0..ccdcd77 100644
--- a/tests/Models/ItemL11nTypeTest.php
+++ b/tests/Models/ItemL11nTypeTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/ItemMapperTest.php b/tests/Models/ItemMapperTest.php
index 13fb0ff..9c65a0a 100755
--- a/tests/Models/ItemMapperTest.php
+++ b/tests/Models/ItemMapperTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/ItemTest.php b/tests/Models/ItemTest.php
index e1462ed..b600608 100644
--- a/tests/Models/ItemTest.php
+++ b/tests/Models/ItemTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/NullItemAttributeTest.php b/tests/Models/NullItemAttributeTest.php
index a416310..f655cd4 100644
--- a/tests/Models/NullItemAttributeTest.php
+++ b/tests/Models/NullItemAttributeTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/NullItemAttributeTypeL11nTest.php b/tests/Models/NullItemAttributeTypeL11nTest.php
index e806ff4..4c8ce45 100644
--- a/tests/Models/NullItemAttributeTypeL11nTest.php
+++ b/tests/Models/NullItemAttributeTypeL11nTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/NullItemAttributeTypeTest.php b/tests/Models/NullItemAttributeTypeTest.php
index b4f1489..e0b2ea3 100644
--- a/tests/Models/NullItemAttributeTypeTest.php
+++ b/tests/Models/NullItemAttributeTypeTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/NullItemAttributeValueTest.php b/tests/Models/NullItemAttributeValueTest.php
index 298fba3..06cdd96 100644
--- a/tests/Models/NullItemAttributeValueTest.php
+++ b/tests/Models/NullItemAttributeValueTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/NullItemL11nTest.php b/tests/Models/NullItemL11nTest.php
index 4af0f8b..6af83a1 100644
--- a/tests/Models/NullItemL11nTest.php
+++ b/tests/Models/NullItemL11nTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/NullItemL11nTypeTest.php b/tests/Models/NullItemL11nTypeTest.php
index 7372c49..fb289fc 100644
--- a/tests/Models/NullItemL11nTypeTest.php
+++ b/tests/Models/NullItemL11nTypeTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/NullItemTest.php b/tests/Models/NullItemTest.php
index 3d83930..4de14f0 100644
--- a/tests/Models/NullItemTest.php
+++ b/tests/Models/NullItemTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
|