We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -530,7 +530,8 @@ |
||
| 530 | 530 | * |
| 531 | 531 | * @return boolean TRUE if variable is set and not empty, FALSE otherwise |
| 532 | 532 | */ |
| 533 | - public function __isset($var) { |
|
| 533 | + public function __isset($var) |
|
| 534 | + { |
|
| 534 | 535 | return !empty($this->__get($var)); |
| 535 | 536 | } |
| 536 | 537 | |
@@ -530,7 +530,8 @@ |
||
| 530 | 530 | * |
| 531 | 531 | * @return boolean TRUE if variable is set and not empty, FALSE otherwise |
| 532 | 532 | */ |
| 533 | - public function __isset($var) { |
|
| 533 | + public function __isset($var) |
|
| 534 | + { |
|
| 534 | 535 | return !empty($this->__get($var)); |
| 535 | 536 | } |
| 536 | 537 | |
@@ -530,7 +530,8 @@ |
||
| 530 | 530 | * |
| 531 | 531 | * @return boolean TRUE if variable is set and not empty, FALSE otherwise |
| 532 | 532 | */ |
| 533 | - public function __isset($var) { |
|
| 533 | + public function __isset($var) |
|
| 534 | + { |
|
| 534 | 535 | return !empty($this->__get($var)); |
| 535 | 536 | } |
| 536 | 537 | |