mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-04 06:58:40 +00:00
update php version
This commit is contained in:
parent
f1fadb97bc
commit
308c6cf976
|
|
@ -15,7 +15,7 @@ The content of the language files is very simple. All you need is the module nam
|
||||||
/**
|
/**
|
||||||
* Karaka
|
* Karaka
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.1
|
||||||
*
|
*
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
|
|
|
||||||
|
|
@ -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
|
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:**
|
**On actions:**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user