-
Notifications
You must be signed in to change notification settings - Fork 58
php codesniffer warnings #294
Copy link
Copy link
Closed
Description
phpcs -p . --standard=PHPCompatibility --runtime-set testVersion 7.4-8.1
Civix version: 23.02.1
FILE: de.systopia.xcm/mixin/polyfill.php
----------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------------------------------------------------------------------
52 | WARNING | Closures / anonymous functions only have access to $this if used within a class or when bound to an object using bindTo(). Please verify.
56 | WARNING | Closures / anonymous functions only have access to $this if used within a class or when bound to an object using bindTo(). Please verify.
----------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: de.systopia.xcm/mixin/smarty-v2@1.0.0.mixin.php
----------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------------------------
25 | WARNING | Closures / anonymous functions only have access to $this if used within a class or when bound to an object using bindTo(). Please verify.
----------------------------------------------------------------------------------------------------------------------------------------------------------
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels