mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-22 06:28:46 -04:00
apply StyleCI recommendation
This commit is contained in:
parent
8ad6300c1c
commit
46c49e5455
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue