for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AlgoWeb\ODataMetadata\MetadataV3\edm\IsOKTraits;
use AlgoWeb\ODataMetadata\StringTraits\XSDTopLevelTrait;
class TPrecisionFacetTrait
{
use XSDTopLevelTrait;
public function isTPrecisionFacetValid($string)
return $this->nonNegativeInteger($string);
}