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

Watermark::execute()   B

Complexity

Conditions 5
Paths 9

Size

Total Lines 43
Code Lines 31

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 43
c 0
b 0
f 0
rs 8.439
cc 5
eloc 31
nc 9
nop 1
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-2016 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\Watermark instead
15
 */
16
class Watermark extends \PHPThumb\Plugins\Watermark
17
{
18
19
}
20