Skip to content

Commit

Permalink
Fix error when upgrading on PHP 8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Aug 16, 2022
1 parent 3f953af commit 5d7611f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class LogException extends \Exception {
}

class RecursiveDirectoryIteratorWithoutData extends \RecursiveFilterIterator {
public function accept() {
public function accept(): bool {
/** @var \DirectoryIterator $this */
$excludes = [
'.rnd',
Expand Down

0 comments on commit 5d7611f

Please sign in to comment.