Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
vasa-c committed Dec 28, 2016
1 parent 5962f8f commit cf86ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goDB/Implementations/Base.php
Expand Up @@ -281,7 +281,7 @@ public function reprInt($connection, $value)
* @return string
*/
public function reprFloat($connection, $value)
{
{
return (float)$value;
}

Expand Down

0 comments on commit cf86ef8

Please sign in to comment.