Several issues related to "Indirect access to variables, properties and methods" get flagged by PHPCompatibility.
phpcs --standard=PHPCompatibility --runtime-set testVersion 7.3 sites/all/themes/bootstrap/includes/theme.inc
File themes/bootstrap/includes/theme.inc
------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------
143 | 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.
------------------------------------------------------------------------------------------------------
Closed: won't fix
2.2
Code
The issue particularly affects sites running on PHP version 7.3.0 or later.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.