Skip to content

Commit

Permalink
Change PHP keywords to comply with PSR2
Browse files Browse the repository at this point in the history
Signed-off-by: CodeLingoBot <bot@codelingo.io>
  • Loading branch information
CodeLingoBot committed Apr 5, 2019
1 parent 9657320 commit 0038076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zebra_cURL.php
Expand Up @@ -698,7 +698,7 @@ public function delete($urls, $callback = '') {
CURLOPT_HEADER => 1,
CURLOPT_NOBODY => 0,
CURLOPT_POST => 0,
CURLOPT_POSTFIELDS => isset($values['data']) ? (is_array($values['data']) ? http_build_query($values['data'], NULL, '&') : $values['data']) : '',
CURLOPT_POSTFIELDS => isset($values['data']) ? (is_array($values['data']) ? http_build_query($values['data'], null, '&') : $values['data']) : '',
CURLOPT_BINARYTRANSFER => null,
CURLOPT_HTTPGET => null,
CURLOPT_FILE => null,
Expand Down

0 comments on commit 0038076

Please sign in to comment.