It's been quite a while since it was published, but I applied patch for php7.2 compatibility. Patch is working fine.
I discovered this error with PHP_CodeSniffer :
FILE: sites/all/modules/contrib/power_menu/plugins/menu_handlers/PowerMenuNodeHandler.class.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
41 | 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.
41 | 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.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Needs review
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
It's been quite a while since it was published, but I applied patch for php7.2 compatibility. Patch is working fine.