Skip to content
Snippets Groups Projects
Commit 834b4d07 authored by jaapjansma's avatar jaapjansma
Browse files

Update MinValidator.php

parent fa178627
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
*/
public function getConfigurationSpecification() {
return new SpecificationBag(array(
new Specification('min_value', 'Integer', E::ts('Minimum value'), true)
new Specification('min_value', 'Float', E::ts('Minimum value'), true)
));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment