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 | |
@@ -773,7 +773,8 @@ |
||
| 773 | 773 | * |
| 774 | 774 | * @return boolean TRUE if variable is set and not empty, FALSE otherwise |
| 775 | 775 | */ |
| 776 | - public function __isset($var) { |
|
| 776 | + public function __isset($var) |
|
| 777 | + { |
|
| 777 | 778 | return !empty($this->__get($var)); |
| 778 | 779 | } |
| 779 | 780 | |
@@ -1710,7 +1710,8 @@ |
||
| 1710 | 1710 | * |
| 1711 | 1711 | * @return boolean TRUE if variable is set and not empty, FALSE otherwise |
| 1712 | 1712 | */ |
| 1713 | - public function __isset($var) { |
|
| 1713 | + public function __isset($var) |
|
| 1714 | + { |
|
| 1714 | 1715 | return !empty($this->__get($var)); |
| 1715 | 1716 | } |
| 1716 | 1717 | |