for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the ZfDisqus Module package.
*
* Copyright (c) Nikola Posa <[email protected]>
* For full copyright and license information, please refer to the LICENSE file,
* located at the package root folder.
*/
declare(strict_types=1);
namespace ZfDisqus;
* @author Nikola Posa <[email protected]>
class Module
{
public function getConfig() : array
return include __DIR__ . '/../config/module.config.php';
}