mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Añadida la libreria datatables editor a third party
This commit is contained in:
28
ci4/app/ThirdParty/DatatablesEditor/phpstan.neon.dist
vendored
Normal file
28
ci4/app/ThirdParty/DatatablesEditor/phpstan.neon.dist
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
includes:
|
||||
- phpstan-baseline.neon
|
||||
|
||||
parameters:
|
||||
level: 2
|
||||
paths:
|
||||
- ./
|
||||
excludePaths:
|
||||
- vendor/
|
||||
|
||||
treatPhpDocTypesAsCertain: false
|
||||
|
||||
# some extra rules
|
||||
checkAlwaysTrueCheckTypeFunctionCall: true
|
||||
checkAlwaysTrueInstanceof: true
|
||||
checkAlwaysTrueStrictComparison: true
|
||||
checkExplicitMixedMissingReturn: true
|
||||
checkFunctionNameCase: true
|
||||
reportMaybesInMethodSignatures: true
|
||||
reportStaticMethodSignatures: true
|
||||
checkTooWideReturnTypesInProtectedAndPublicMethods: true
|
||||
|
||||
ignoreErrors:
|
||||
# - '~^Unsafe usage of new static\(\)\.$~'
|
||||
|
||||
-
|
||||
message: '~^.+$~'
|
||||
path: HtmLawed/Htmlawed.php
|
||||
Reference in New Issue
Block a user