for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
<?php
require_once('vendor/autoload.php');
$execution = new \Eustatos\gitlab\webhook\Event(
Event::__construct()
$server
This check looks for function calls that miss required arguments.
$_REQUEST['command'],
'b2b pushed'
);
$execution->logResult('gitlab-webhook.log');
This check looks for function calls that miss required arguments.