Skip to content

Commit

Permalink
Update FloatType.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nojimage committed May 28, 2015
1 parent 1b9ede2 commit cf3eaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Type/FloatType.php
Expand Up @@ -132,7 +132,7 @@ public function useLocaleParser($enable = true)
$this->_useLocaleParser = $enable;
return $this;
}
throw new RuntimeException(
throw new \RuntimeException(
sprintf('Cannot use locale parsing with the %s class', static::$numberClass)
);
}
Expand Down

0 comments on commit cf3eaf5

Please sign in to comment.