for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Webino (https://github.com/webino/)
*
* @link https://github.com/webino/WebinoImageThumb/ for the canonical source repository
* @copyright Copyright (c) 2013-2015 Webino, s. r. o. (http://webino.sk/)
* @license BSD-3-Clause
*/
namespace WebinoImageThumb\PhpThumb\Plugin;
* @todo remove
* @deprecated use \PHPThumb\Plugins\Sharpen instead
class Sharpen extends \PHPThumb\Plugins\Sharpen
{
}