for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace WsdlToPhp\PackageGenerator\File\Validation;
class ListRule extends AbstractSetOfValuesRule
{
/**
* @return string
*/
protected function name()
return 'list';
}
* @return bool
protected function mustApplyRuleOnAttribute()
return $this->getAttribute()->isList();