We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -1710,7 +1710,8 @@ |
||
| 1710 | 1710 | * |
| 1711 | 1711 | * @return bool 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 | |
@@ -1710,7 +1710,8 @@ |
||
| 1710 | 1710 | * |
| 1711 | 1711 | * @return bool 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 | |
@@ -1710,7 +1710,8 @@ |
||
| 1710 | 1710 | * |
| 1711 | 1711 | * @return bool 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 | |