]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/favorited.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / favorited.php
index d479e1b3e4015ec192d130b60fc147cfc6cc6277..71a9e026e5a7f863c6fa517de644b94449e704d1 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 require_once(INSTALLDIR.'/lib/stream.php');
 
-class FavoritedAction extends StreamAction {
+class FavoritedAction extends StreamAction
+{
 
     function handle($args)
     {