@@ -11,7 +11,7 @@ |
||
| 11 | 11 | * The original image resource will not be changed, a new image resource will be created. |
| 12 | 12 | * |
| 13 | 13 | * @param \resource $image The source image resource |
| 14 | - * @return \resource The black and white image resource |
|
| 14 | + * @return resource The black and white image resource |
|
| 15 | 15 | */ |
| 16 | 16 | public function process($image) |
| 17 | 17 | { |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | * The original image resource will not be changed, a new image resource will be created. |
| 12 | 12 | * |
| 13 | 13 | * @param \resource $image The source image resource |
| 14 | - * @return \resource The black and white image resource |
|
| 14 | + * @return resource The black and white image resource |
|
| 15 | 15 | */ |
| 16 | 16 | public function process($image) |
| 17 | 17 | { |