phpcs --standard=PHPCompatibility --runtime-set testVersion 7.2 docroot/sites/all/modules/contrib/knowledge_graph
FILE: ...dge_graph/includes/Controller/KnowledgeGraphEntityController.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
217 | ERROR | Indirect access to variables, properties and methods
| | will be evaluated strictly in left-to-right order
| | since PHP 7.0. Use curly braces to remove ambiguity.
220 | ERROR | Indirect access to variables, properties and methods
| | will be evaluated strictly in left-to-right order
| | since PHP 7.0. Use curly braces to remove ambiguity.
----------------------------------------------------------------------
Time: 994ms; Memory: 12Mb
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | php7_2-compatibility-3082259-3.patch | 979 bytes | pranit84 |
Comments
Comment #2
pranit84Not applicable
Comment #3
pranit84