Skip to content

Commit 4cefc14

Browse files
committed
remove type hint for compatibility with old PHP
1 parent 809c21b commit 4cefc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class helper_plugin_upgrade extends DokuWiki_Plugin
2121
/** @var string URL to the VERSION file of the new DokuWiki release */
2222
public $tgzversion;
2323
/** @var string URL to the composer.json file of the new DokuWiki release */
24-
protected string $composer;
24+
protected $composer;
2525
/** @var string URL to the plugin.info.txt file of the upgrade plugin */
2626
public $pluginversion;
2727

0 commit comments

Comments
 (0)