src/Tweeper.php: rearrange blank lines to a consistent style
authorAntonio Ospite <ao2@ao2.it>
Fri, 9 Nov 2018 14:25:01 +0000 (15:25 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 9 Nov 2018 14:25:01 +0000 (15:25 +0100)
In other parts of the file there is no blank line between and the
assignment and check for the return value of a function call.

Use the same style everywhere.

src/Tweeper.php

index f34258d..9a449a7 100644 (file)
@@ -367,11 +367,11 @@ class Tweeper {
     }
 
     $output = $xsltProcessor->transformToXML($xmlDoc);
     }
 
     $output = $xsltProcessor->transformToXML($xmlDoc);
-
     if (FALSE === $output) {
       trigger_error('XSL transformation failed.', E_USER_ERROR);
       return NULL;
     }
     if (FALSE === $output) {
       trigger_error('XSL transformation failed.', E_USER_ERROR);
       return NULL;
     }
+
     return $output;
   }
 
     return $output;
   }