@@ -213,7 +213,7 @@ |
||
| 213 | 213 | <<<'MSG' |
| 214 | 214 | PHP Fatal error: Uncaught exception '%s' with message '%s' in %s:%s<br /> |
| 215 | 215 | Stack trace:<br />%s<br /> thrown in %s on line %s |
| 216 | -MSG; |
|
| 216 | +msg; |
|
| 217 | 217 | |
| 218 | 218 | // write trace lines into main template |
| 219 | 219 | return sprintf( |
@@ -188,7 +188,7 @@ |
||
| 188 | 188 | * |
| 189 | 189 | * @return bool |
| 190 | 190 | */ |
| 191 | - public function isSet($key): bool |
|
| 191 | + public function isset($key): bool |
|
| 192 | 192 | { |
| 193 | 193 | return $this->__isset($key); |
| 194 | 194 | } |