for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* HiDev plugin for Chkipper
*
* @link https://github.com/hiqdev/hidev-chkipper
* @package hidev-chkipper
* @license BSD-3-Clause
* @copyright Copyright (c) 2016-2020, HiQDev (http://hiqdev.com/)
*/
namespace hidev\chkipper\components;
* chkipper component.
* @author Andrii Vasyliev <[email protected]>
class Chkipper extends \hidev\base\Component
{
public function getReleaseNotes()
return implode(PHP_EOL, $this->exec('chkipper', 'release-notes'));
}