@@ -86,7 +86,7 @@ |
||
86 | 86 | { |
87 | 87 | $parameters['photo_id'] = $photoId; |
88 | 88 | |
89 | - if (! is_null($secretId)) { |
|
89 | + if ( ! is_null($secretId)) { |
|
90 | 90 | $parameters['secret'] = $secretId; |
91 | 91 | } |
92 | 92 |
@@ -82,7 +82,7 @@ |
||
82 | 82 | */ |
83 | 83 | protected function parameters($array) |
84 | 84 | { |
85 | - if (! is_array($array)) { |
|
85 | + if ( ! is_array($array)) { |
|
86 | 86 | return; |
87 | 87 | } |
88 | 88 | $encoded = []; |