31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-09-28 21:19:07 +00:00

Bye-bye, PHP4

Convert `var`-based property declarations into the `public`-based ones (not sure about the visibility)
This commit is contained in:
Denis Ryabov 2021-01-24 20:43:08 +03:00 committed by GitHub
parent 1f15a51f16
commit 402d7b35d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,10 +25,9 @@ use Joomla\Archive\Archive;
*/
class JedcheckerControllerUploads extends JControllerlegacy
{
var $path = null;
var $pathArchive = null;
var $pathUnzipped = null;
public $path;
public $pathArchive;
public $pathUnzipped;
/**
* Constructor.