Passed
Push — master ( da2c08...a384aa )
by Tomasz
07:04 queued 03:10
created
core/EntityWithDBProperties.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
             case "core\User":
115 115
                 return $this->userName;
116 116
             default:
117
-                throw new Exception("Operating on a class where we don't know the relevant identifier in the DB - ".get_class($this)."!");
117
+                throw new Exception("Operating on a class where we don't know the relevant identifier in the DB - " . get_class($this) . "!");
118 118
         }
119 119
     }
120 120
     
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
         $handle = DBConnection::handle("INST");
246 246
         $blobQuery = $handle->exec("SELECT option_value from $table WHERE row = $row");
247 247
         // SELECT -> returns resource, not boolean
248
-        while ($returnedData =  /** @scrutinizer ignore-type */ mysqli_fetch_object($blobQuery)) {
248
+        while ($returnedData = /** @scrutinizer ignore-type */ mysqli_fetch_object($blobQuery)) {
249 249
             $blob = $returnedData->option_value;
250 250
         }
251 251
         if (!isset($blob)) {
Please login to merge, or discard this patch.
devices/ms/Device_W10.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -496,7 +496,7 @@
 block discarded – undo
496 496
         switch ($eap["OUTER"]) {
497 497
             case \core\common\EAP::TTLS:
498 498
                 if (isset($this->options['args']) && $this->options['args'] == 'gl') {
499
-                    $this->loggerInstance->debug(5,"Copy GEANT\n");
499
+                    $this->loggerInstance->debug(5, "Copy GEANT\n");
500 500
                     $this->copyGeantLinkFiles();
501 501
                 } else {
502 502
                     if (!$this->translateFile('eap_w8.inc', 'cat.NSI', $this->codePage)) {
Please login to merge, or discard this patch.