Skip to content

Commit

Permalink
remove var word and make $filelist private
Browse files Browse the repository at this point in the history
  • Loading branch information
blink38 authored and tmuras committed Jun 21, 2024
1 parent d03852e commit bf8a534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moosh/Command/Moodle39/Info/ChkDataDir.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class ChkDataDir extends MooshCommand
{
var $filelist = '';
private $filelist;

public function __construct() {
parent::__construct('chkdatadir');
Expand Down

0 comments on commit bf8a534

Please sign in to comment.