mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix linter
This commit is contained in:
@@ -625,7 +625,7 @@ class Response extends SwooleResponse
|
||||
}
|
||||
}
|
||||
|
||||
if(!$data->isSet($key) && !$rule['required']) { // set output key null if data key is not set and required is false
|
||||
if (!$data->isSet($key) && !$rule['required']) { // set output key null if data key is not set and required is false
|
||||
$output[$key] = null;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user