Passed
Push — multiproject/domainsettings ( c67fcc...809336 )
by Simon
04:29 queued 01:13
created
includes/DataObjects/Domain.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,8 @@
 block discarded – undo
63 63
     }
64 64
 
65 65
 
66
-    public static function getAll(PdoDatabase $database) {
66
+    public static function getAll(PdoDatabase $database)
67
+    {
67 68
         $statement = $database->prepare("SELECT * FROM domain;");
68 69
         $statement->execute();
69 70
 
Please login to merge, or discard this patch.
includes/Validation/RequestValidationHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@
 block discarded – undo
248 248
                 /** @var RequestQueue|false $targetQueue */
249 249
                 $targetQueue = RequestQueue::getById($ban->getTargetQueue(), $this->database);
250 250
 
251
-                if ($targetQueue === false ) {
251
+                if ($targetQueue === false) {
252 252
                     $comment = new Comment();
253 253
                     $comment->setDatabase($this->database);
254 254
                     $comment->setRequest($request->getId());
Please login to merge, or discard this patch.