Skip to content

Commit

Permalink
Merge pull request #11 from voku/analysis-8np0Oq
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
voku committed Oct 16, 2015
2 parents 66261d5 + 95ed3ff commit 7f1840e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SimpleDbTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public function testEscape()
'page_type' => 1.1,
);

$newData = $this->db->escape($data, true , true, true);
$newData = $this->db->escape($data, true, true, true);

self::assertEquals('tpl_test_\\\'new2,1.10000000', $newData);

Expand Down

0 comments on commit 7f1840e

Please sign in to comment.