forked from GNUsocial/gnu-social
[CORE] Plugin API now extends a new Module API
This commit is contained in:
@@ -171,7 +171,7 @@ class InProcessCachePlugin extends Plugin
|
||||
*
|
||||
* @return boolean true
|
||||
*/
|
||||
function onPluginVersion(array &$versions)
|
||||
public function onPluginVersion(array &$versions): bool
|
||||
{
|
||||
$url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/InProcessCache';
|
||||
|
||||
|
Reference in New Issue
Block a user