]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - _darcs/pristine/scripts/publicqueuehandler.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / _darcs / pristine / scripts / publicqueuehandler.php
index 2168aade29ba21523deaf9d9d0e2cdab5e8bd76d..5075c12df578aeeec4f45ce8db0bc430902dfe6f 100644 (file)
@@ -33,13 +33,16 @@ require_once(INSTALLDIR . '/lib/xmppqueuehandler.php');
 
 set_error_handler('common_error_handler');
 
-class PublicQueueHandler extends XmppQueueHandler {
+class PublicQueueHandler extends XmppQueueHandler
+{
     
-    function transport() {
+    function transport()
+    {
         return 'public';
     }
     
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
         try {
             return jabber_public_notice($notice);
         } catch (XMPPHP_Exception $e) {