@@ -114,7 +114,7 @@ discard block |
||
| 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 |
||
| 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)) { |
@@ -496,7 +496,7 @@ |
||
| 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)) { |