]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/plugin.php
Fixed type hints:
[quix0rs-gnu-social.git] / lib / plugin.php
index 5acdc1c2ba5e076be788deb9206010767be1606a..c43faef5575fa5904456b83813afda42ec9c0f7c 100644 (file)
@@ -178,7 +178,7 @@ class Plugin
                 . ' (' . get_class($this) . ' v' . $this->version() . ')';
     }
 
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
         $name = $this->name();