Skip to content

Commit 6db2665

Browse files
committed
fix linter error
1 parent f21a90e commit 6db2665

File tree

1 file changed

+3
-1
lines changed
  • src/PhpPresentation/Shape/Drawing

1 file changed

+3
-1
lines changed

src/PhpPresentation/Shape/Drawing/Gd.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
namespace PhpOffice\PhpPresentation\Shape\Drawing;
2121

22+
use GdImage;
23+
2224
class Gd extends AbstractDrawingAdapter
2325
{
2426
// Rendering functions
@@ -83,7 +85,7 @@ public function getImageResource()
8385
/**
8486
* Set image resource.
8587
*
86-
* @param resource|false|\GdImage|null $value
88+
* @param resource|false|GdImage|null $value
8789
*
8890
* @return $this
8991
*/

0 commit comments

Comments
 (0)