apply StyleCI recommendation

This commit is contained in:
El RIDO 2025-03-13 09:32:39 +01:00
parent 8ad6300c1c
commit 46c49e5455
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
3 changed files with 5 additions and 5 deletions

View file

@ -111,7 +111,7 @@ class Request
// it might be a creation or a deletion, the latter is detected below
$this->_operation = 'create';
try {
$data = file_get_contents(self::$_inputStream);
$data = file_get_contents(self::$_inputStream);
$this->_params = Json::decode($data);
} catch (Exception $e) {
// ignore error, $this->_params will remain empty