Completed
Push — develop ( 689c42...2e835d )
by Peter
15:33
created

Sharpen::__construct()   A

Complexity

Conditions 3
Paths 4

Size

Total Lines 5
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
c 1
b 0
f 0
dl 0
loc 5
rs 9.4285
cc 3
eloc 3
nc 4
nop 2
1
<?php
2
/**
3
 * Webino (https://github.com/webino/)
4
 *
5
 * @link      https://github.com/webino/WebinoImageThumb/ for the canonical source repository
6
 * @copyright Copyright (c) 2013-2015 Webino, s. r. o. (http://webino.sk/)
7
 * @license   BSD-3-Clause
8
 */
9
10
namespace WebinoImageThumb\PhpThumb\Plugin;
11
12
/**
13
 * @todo remove
14
 * @deprecated use \PHPThumb\Plugins\Sharpen instead
15
 */
16
class Sharpen extends \PHPThumb\Plugins\Sharpen
17
{
18
19
}
20