Skip to content

Commit 267ad1b

Browse files
committed
fix: remove unneeded i option
1 parent b7652ed commit 267ad1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/add-edit-this-page

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $iterator = new RecursiveIteratorIterator(
2525

2626
$files = new RegexIterator(
2727
$iterator,
28-
'/\A.+\.html\z/i',
28+
'/\A.+\.html\z/',
2929
RecursiveRegexIterator::MATCH
3030
);
3131

0 commit comments

Comments
 (0)