mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 20:38:42 +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
|
||||
*
|
||||
* PHP Version 8.0
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @copyright Dennis Eichhorn
|
||||
* @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
|
||||
```
|
||||
|
||||
**Js files without use strict:**
|
||||
|
||||
```sh
|
||||
grep -r -L "\"use strict\";" --include=*.js ./jsOMS ./Modules ./Model
|
||||
```
|
||||
|
||||
**On actions:**
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user