]> git.mxchange.org Git - friendica.git/blobdiff - mod/amcd.php
Fix Scrutinizer issues in mod [_well_know -> contactgroup]
[friendica.git] / mod / amcd.php
index 0eb295a816058a771a8ab18e51995a9cdd0bb182..c6013b942d92913f26334731e8b0917427e85b00 100644 (file)
@@ -2,7 +2,8 @@
 
 use Friendica\App;
 
-function amcd_content(App $a) {
+function amcd_content()
+{
        echo <<< JSON
 {
   "version":1,
@@ -47,4 +48,4 @@ function amcd_content(App $a) {
 }
 JSON;
        killme();
-}
\ No newline at end of file
+}