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