Skip to content

Commit 636b295

Browse files
committed
fix: Remove useless use statement
PHP is warning that "The use statement with non-compound name 'CurlHandle' has no effect". This makes the web updater fail to update when the warning is propagated. Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
1 parent fe4bd93 commit 636b295

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class LogException extends \Exception {
2828

2929

3030
use Closure;
31-
use CurlHandle;
3231

3332
class Updater {
3433
/** @var int */

lib/Updater.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace NC\Updater;
1111

1212
use Closure;
13-
use CurlHandle;
1413

1514
class Updater {
1615
/** @var int */

0 commit comments

Comments
 (0)