1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Update RuntimeSpecification.php

This commit is contained in:
Bradley Schofield 2024-08-02 12:05:07 +09:00
parent 6e5e249e09
commit aa21a1a200

View file

@ -52,7 +52,7 @@ class RuntimeSpecification extends Validator
*/
public function getDescription(): string
{
return 'String must be a valid size value of ' . implode(', ', $this->getAllowedSpecifications());
return 'String must be a valid specification value of ' . implode(', ', $this->getAllowedSpecifications());
}
/**