for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace OpenTickets\GoogleAnalytics;
final class Module
{
public function getConfig(): array
return include __DIR__ . '/../config/module.config.php';
}