Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Fix formatting issue which caused CodeSniffer errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ollietreend committed Mar 26, 2015
1 parent 202ada9 commit f71b8f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Dsn.php
Expand Up @@ -339,7 +339,6 @@ protected function toUrlArray($data)
if ($query) {
foreach ($query as $key => &$value) {
if (is_array($value)) {

$intermediate = [];
foreach ($value as $k => $v) {
$v = urlencode($v);
Expand Down

0 comments on commit f71b8f7

Please sign in to comment.