This is the correct way:
<?php if (!isset($foo['account_removed) || $foo['account_removed']) ?>
This commit is contained in:
@@ -310,7 +310,7 @@ HELP;
|
||||
* @return bool True, if the delete was successful
|
||||
* @throws \Exception
|
||||
*/
|
||||
private function deleteUser()
|
||||
private function deleteUser(): bool
|
||||
{
|
||||
$user = $this->getUserByNick(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user