for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @license MIT
* @author Igor Sorokin <[email protected]>
*/
namespace Dspbee\Bundle\Alert;
* Class AlertInfo
* @package Dspbee\Bundle\Alert
abstract class AlertInfo extends Alert
{
public function __construct()
$this->color = 'green';
}