update php version

This commit is contained in:
Dennis Eichhorn 2022-04-19 23:37:06 +02:00
parent f1fadb97bc
commit 308c6cf976
2 changed files with 1 additions and 7 deletions

View File

@ -15,7 +15,7 @@ The content of the language files is very simple. All you need is the module nam
/**
* Karaka
*
* PHP Version 8.0
* PHP Version 8.1
*
* @copyright Dennis Eichhorn
* @license OMS License 1.0

View File

@ -267,12 +267,6 @@ find ./Web ./phpOMS ./Install ./Modules -name "*tpl.php" | xargs grep -P '(\<td\
grep -r -L "declare(strict_types=1);" --include=*.php --exclude={*.tpl.php,*Hooks.php,*Routes.php,*SearchCommands.php} ./phpOMS ./Web ./Modules ./Model
```
**Js files without use strict:**
```sh
grep -r -L "\"use strict\";" --include=*.js ./jsOMS ./Modules ./Model
```
**On actions:**
```sh