]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/CommandInterpreter.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / classes / CommandInterpreter.php
index ff078bb05fc9cce6774b946926fafeec9497c0f2..f409ed07f02ad27e87eb3b1bc4afad0fedf4fb29 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 require_once(INSTALLDIR.'/classes/Command.php');
 
-class CommandInterpreter {
+class CommandInterpreter
+{
     
     function handle_command($user, $text)
     {