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 9977d8a..ee9e81d 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\SupplierManagement\Admin\Install
* @copyright Dennis Eichhorn
diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php
index b3953c8..2634075 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\SupplierManagement\Admin\Install
* @copyright Dennis Eichhorn
diff --git a/Admin/Installer.php b/Admin/Installer.php
index 95c7e0b..c64174c 100755
--- a/Admin/Installer.php
+++ b/Admin/Installer.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Admin
* @copyright Dennis Eichhorn
diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php
index db7edf7..98c7133 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 ca1bd9f..077d5d1 100755
--- a/Admin/Status.php
+++ b/Admin/Status.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Admin
* @copyright Dennis Eichhorn
diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php
index 27d9271..dbaf08d 100755
--- a/Admin/Uninstaller.php
+++ b/Admin/Uninstaller.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Admin
* @copyright Dennis Eichhorn
diff --git a/Admin/Updater.php b/Admin/Updater.php
index 897fca5..d40c0bf 100755
--- a/Admin/Updater.php
+++ b/Admin/Updater.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Admin
* @copyright Dennis Eichhorn
diff --git a/Controller/ApiController.php b/Controller/ApiController.php
index 4dc47c6..3b1bc79 100755
--- a/Controller/ApiController.php
+++ b/Controller/ApiController.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement
* @copyright Dennis Eichhorn
diff --git a/Controller/BackendController.php b/Controller/BackendController.php
index af19a73..e34df99 100755
--- a/Controller/BackendController.php
+++ b/Controller/BackendController.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement
* @copyright Dennis Eichhorn
@@ -102,6 +102,7 @@ final class BackendController extends Controller
*/
public function viewSupplierManagementSupplierProfile(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface
{
+ /** @var \phpOMS\Model\Html\Head $head */
$head = $response->get('Content')->getData('head');
$head->addAsset(AssetType::CSS, 'Resources/chartjs/Chartjs/chart.css');
$head->addAsset(AssetType::JSLATE, 'Resources/chartjs/Chartjs/chart.js');
@@ -111,6 +112,7 @@ final class BackendController extends Controller
$view->setTemplate('/Modules/SupplierManagement/Theme/Backend/supplier-profile');
$view->addData('nav', $this->app->moduleManager->get('Navigation')->createNavigationMid(1003202001, $request, $response));
+ /** @var Supplier $supplier */
$supplier = SupplierMapper::get()
->with('profile')
->with('profile/account')
diff --git a/Controller/Controller.php b/Controller/Controller.php
index 9b93429..1fcd222 100755
--- a/Controller/Controller.php
+++ b/Controller/Controller.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement
* @copyright Dennis Eichhorn
diff --git a/Models/AttributeValueType.php b/Models/AttributeValueType.php
index 67d186a..59276c9 100755
--- a/Models/AttributeValueType.php
+++ b/Models/AttributeValueType.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullSupplier.php b/Models/NullSupplier.php
index a3404ec..5e1a93b 100755
--- a/Models/NullSupplier.php
+++ b/Models/NullSupplier.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullSupplierAttribute.php b/Models/NullSupplierAttribute.php
index ef51250..36f1c84 100755
--- a/Models/NullSupplierAttribute.php
+++ b/Models/NullSupplierAttribute.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullSupplierAttributeType.php b/Models/NullSupplierAttributeType.php
index 04732e5..453cac3 100755
--- a/Models/NullSupplierAttributeType.php
+++ b/Models/NullSupplierAttributeType.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullSupplierAttributeTypeL11n.php b/Models/NullSupplierAttributeTypeL11n.php
index 50d0e3e..95589bc 100755
--- a/Models/NullSupplierAttributeTypeL11n.php
+++ b/Models/NullSupplierAttributeTypeL11n.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/NullSupplierAttributeValue.php b/Models/NullSupplierAttributeValue.php
index 10aa517..7dc49aa 100755
--- a/Models/NullSupplierAttributeValue.php
+++ b/Models/NullSupplierAttributeValue.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php
index 4ebd738..76afc84 100755
--- a/Models/PermissionCategory.php
+++ b/Models/PermissionCategory.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/Supplier.php b/Models/Supplier.php
index 7bf8a99..60b93fc 100755
--- a/Models/Supplier.php
+++ b/Models/Supplier.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/SupplierAttribute.php b/Models/SupplierAttribute.php
index e4ab76d..cd5534a 100755
--- a/Models/SupplierAttribute.php
+++ b/Models/SupplierAttribute.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/SupplierAttributeMapper.php b/Models/SupplierAttributeMapper.php
index 628f7e6..4eaef1b 100755
--- a/Models/SupplierAttributeMapper.php
+++ b/Models/SupplierAttributeMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/SupplierAttributeType.php b/Models/SupplierAttributeType.php
index 55939fc..6978da7 100755
--- a/Models/SupplierAttributeType.php
+++ b/Models/SupplierAttributeType.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/SupplierAttributeTypeL11n.php b/Models/SupplierAttributeTypeL11n.php
index 16c195e..c2b9233 100755
--- a/Models/SupplierAttributeTypeL11n.php
+++ b/Models/SupplierAttributeTypeL11n.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/SupplierAttributeTypeL11nMapper.php b/Models/SupplierAttributeTypeL11nMapper.php
index e91d541..cfc3905 100755
--- a/Models/SupplierAttributeTypeL11nMapper.php
+++ b/Models/SupplierAttributeTypeL11nMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/SupplierAttributeTypeMapper.php b/Models/SupplierAttributeTypeMapper.php
index cf4dd58..0d41d9d 100755
--- a/Models/SupplierAttributeTypeMapper.php
+++ b/Models/SupplierAttributeTypeMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/SupplierAttributeValue.php b/Models/SupplierAttributeValue.php
index dcedec5..0e4f7b4 100755
--- a/Models/SupplierAttributeValue.php
+++ b/Models/SupplierAttributeValue.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/SupplierAttributeValueMapper.php b/Models/SupplierAttributeValueMapper.php
index 472a744..2ea7419 100755
--- a/Models/SupplierAttributeValueMapper.php
+++ b/Models/SupplierAttributeValueMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/SupplierMapper.php b/Models/SupplierMapper.php
index 158b7dc..160007b 100755
--- a/Models/SupplierMapper.php
+++ b/Models/SupplierMapper.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Models/SupplierStatus.php b/Models/SupplierStatus.php
index c9fda78..53f4359 100644
--- a/Models/SupplierStatus.php
+++ b/Models/SupplierStatus.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement\Models
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php
index ea63900..1963d49 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 9d46d7c..9a105ef 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 9707213..c14acb1 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 7b6391c..a1af287 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 7892440..c085800 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 2bcdb5c..1f0b366 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 68534c8..ded021e 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 e78c235..98263a5 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 1631531..dae05ba 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 8c20c4f..2966fca 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 b5460b5..a8b97ca 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 f44d0a7..48146ae 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 2522779..7a99446 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 3373e73..c9ab011 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 32ae68b..c24a6b4 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 e38c73c..03f26f3 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 ba1e5d5..5247040 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 11bf478..3dfcbaf 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 cda8514..5aa0de5 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 3292bc0..56dbf4c 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 df0c0fb..2ed7a1e 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 20c9ac0..76e42bf 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 fb832f3..bca4d36 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 d4d2884..fdf97aa 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 03c90af..ae9c55a 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 7d8f69c..8d6db42 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 f62117c..1c2c284 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 1e8d37d..00fd8b6 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 4d30463..30ed0ba 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 33fcdbe..32a452f 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 55a9a20..0c812a0 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 a56ec25..73eb958 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 cd45013..bee57c8 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 c483373..0a1e083 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 3854365..3f072e7 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 8edce18..0fc2416 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 1afb0ed..c77bbf3 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 27fa1a5..9c3f1b1 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 b267918..ba89d5f 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 1fccee8..c4c236e 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 046fb04..d092c20 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 c47a7e1..8624b3d 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 3d994d1..ed52c90 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 eae7412..5a51cbf 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/supplier-create.tpl.php b/Theme/Backend/supplier-create.tpl.php
index 7168cd5..3be8a4a 100755
--- a/Theme/Backend/supplier-create.tpl.php
+++ b/Theme/Backend/supplier-create.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/supplier-list.tpl.php b/Theme/Backend/supplier-list.tpl.php
index cfb4871..d0c2504 100755
--- a/Theme/Backend/supplier-list.tpl.php
+++ b/Theme/Backend/supplier-list.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement
* @copyright Dennis Eichhorn
diff --git a/Theme/Backend/supplier-profile.tpl.php b/Theme/Backend/supplier-profile.tpl.php
index 129f31a..1ceac3f 100755
--- a/Theme/Backend/supplier-profile.tpl.php
+++ b/Theme/Backend/supplier-profile.tpl.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package Modules\SupplierManagement
* @copyright Dennis Eichhorn
diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php
index d20682f..265d0be 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 0b7b0b5..2a2d3d5 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/ApiControllerSupplierTrait.php b/tests/Controller/Api/ApiControllerSupplierTrait.php
index 0d358e9..040eb1d 100644
--- a/tests/Controller/Api/ApiControllerSupplierTrait.php
+++ b/tests/Controller/Api/ApiControllerSupplierTrait.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 c578d88..b9641f9 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/NullSupplierAttributeTest.php b/tests/Models/NullSupplierAttributeTest.php
index 2cd9ce4..5a1cb4e 100644
--- a/tests/Models/NullSupplierAttributeTest.php
+++ b/tests/Models/NullSupplierAttributeTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/NullSupplierAttributeTypeL11nTest.php b/tests/Models/NullSupplierAttributeTypeL11nTest.php
index 52f5f9a..351ed5d 100644
--- a/tests/Models/NullSupplierAttributeTypeL11nTest.php
+++ b/tests/Models/NullSupplierAttributeTypeL11nTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/NullSupplierAttributeTypeTest.php b/tests/Models/NullSupplierAttributeTypeTest.php
index 46a1d38..6cd0e0f 100644
--- a/tests/Models/NullSupplierAttributeTypeTest.php
+++ b/tests/Models/NullSupplierAttributeTypeTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/NullSupplierAttributeValueTest.php b/tests/Models/NullSupplierAttributeValueTest.php
index 145bd41..5923e0c 100644
--- a/tests/Models/NullSupplierAttributeValueTest.php
+++ b/tests/Models/NullSupplierAttributeValueTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/NullSupplierTest.php b/tests/Models/NullSupplierTest.php
index 1bf1170..d595f6a 100644
--- a/tests/Models/NullSupplierTest.php
+++ b/tests/Models/NullSupplierTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/SupplierAttributeTest.php b/tests/Models/SupplierAttributeTest.php
index 828d388..8d3708f 100644
--- a/tests/Models/SupplierAttributeTest.php
+++ b/tests/Models/SupplierAttributeTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/SupplierAttributeTypeL11nTest.php b/tests/Models/SupplierAttributeTypeL11nTest.php
index 4ac030f..5f1fdc5 100644
--- a/tests/Models/SupplierAttributeTypeL11nTest.php
+++ b/tests/Models/SupplierAttributeTypeL11nTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/SupplierAttributeTypeTest.php b/tests/Models/SupplierAttributeTypeTest.php
index 7e34ad8..ebf54ea 100644
--- a/tests/Models/SupplierAttributeTypeTest.php
+++ b/tests/Models/SupplierAttributeTypeTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/SupplierAttributeValueTest.php b/tests/Models/SupplierAttributeValueTest.php
index 7683f68..111a22a 100644
--- a/tests/Models/SupplierAttributeValueTest.php
+++ b/tests/Models/SupplierAttributeValueTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
diff --git a/tests/Models/SupplierTest.php b/tests/Models/SupplierTest.php
index 258f147..7d83c85 100644
--- a/tests/Models/SupplierTest.php
+++ b/tests/Models/SupplierTest.php
@@ -2,7 +2,7 @@
/**
* Karaka
*
- * PHP Version 8.0
+ * PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
|