Skip to content

Commit

Permalink
Update FileMonitor.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Nov 21, 2021
1 parent 930a866 commit 26bfbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/FileMonitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function __construct($monitor_dir, $monitor_extensions)
/**
* @param $monitor_dir
*/
public function check_files_change($monitor_dir): void
public function check_files_change($monitor_dir)
{
static $last_mtime;
if (!$last_mtime) {
Expand Down

0 comments on commit 26bfbe8

Please sign in to comment.