From: <var...@us...> - 2021-08-03 16:59:15
|
Revision: 10417 http://sourceforge.net/p/phpwiki/code/10417 Author: vargenau Date: 2021-08-03 16:59:09 +0000 (Tue, 03 Aug 2021) Log Message: ----------- We must be compatible with PHP 5 Modified Paths: -------------- trunk/lib/upgrade.php Modified: trunk/lib/upgrade.php =================================================================== --- trunk/lib/upgrade.php 2021-08-03 16:12:35 UTC (rev 10416) +++ trunk/lib/upgrade.php 2021-08-03 16:59:09 UTC (rev 10417) @@ -341,11 +341,11 @@ public $method_cb; public $check_cb; public $reason; - public array $applicable_args; - public object $parent; - private array $check_args; - private string $notice; - private string $_db_key; + public /* array */ $applicable_args; + public /* object */ $parent; + private /* array */ $check_args; + private /* string */ $notice; + private /* string */ $_db_key; private $upgrade; /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |