for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author : Korotkov Danila <[email protected]>
* @license https://mit-license.org/ MIT
*/
namespace Behavioral\ChainOfResponsibility;
class WarningHandler extends AbstractHandler
{
}