apply StyleCI patch

This commit is contained in:
El RIDO 2019-05-10 21:45:34 +02:00
parent 632d70412a
commit 1e44902340
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
9 changed files with 51 additions and 54 deletions

View file

@ -161,10 +161,10 @@ class Request
public function getData()
{
$data = array(
'adata' => json_decode($this->getParam('adata', '[]'), true)
'adata' => json_decode($this->getParam('adata', '[]'), true),
);
$required_keys = array('v', 'ct');
$meta = $this->getParam('meta');
$meta = $this->getParam('meta');
if (empty($meta)) {
$required_keys[] = 'pasteid';
$required_keys[] = 'parentid';