Añadida la libreria datatables editor a third party

This commit is contained in:
Jaime Jimenez
2023-06-12 14:27:57 +02:00
parent 25b5231cbc
commit f8a2d8b8b3
159 changed files with 82533 additions and 0 deletions

View 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