]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SQLProfile/SQLProfilePlugin.php
Fixed type hints:
[quix0rs-gnu-social.git] / plugins / SQLProfile / SQLProfilePlugin.php
index a29a7f5bea218237b870c58e636c56df94bb5853..a7912844c2421436b9f413ecc1a9fad44ea90e5b 100644 (file)
@@ -31,7 +31,7 @@ class SQLProfilePlugin extends Plugin
 {
     private $recursionGuard = false;
 
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'SQLProfile',
                             'version' => GNUSOCIAL_VERSION,