#!/usr/bin/php checkRequirements(); $numErrors = $phpcs->process(); if ($numErrors === 0) { exit(0); } else { exit(1); } ?>