Commit 636b295
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
2 files changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
0 commit comments