It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
use Chapi\Service\JobValidator\PropertyValidatorInterface;
14
15
class Container extends AbstractPropertyValidator implements PropertyValidatorInterface
16
{
17
const DIC_NAME = 'ContainerValidator';
18
const MESSAGE_TEMPLATE = '"%s" is not valid. Type (required), image (required), forcePullImage (optional), network (optional), and volumes (optional)';
19
20
/**
21
* @inheritDoc
22
*/
23
3
public function isValid($sProperty, JobEntity $oJobEntity)