Skip to content

Commit 726be5b

Browse files
committed
Tweak comment
1 parent ee38e42 commit 726be5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function messages(
2222
.'(Mon|Tue|Wed|Thu|Fri|Sat|Sun)\s+' // Day
2323
.'(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s+' // Month
2424
.'\d{1,2}\s+\d{2}:\d{2}:\d{2}' // Time (HH:MM:SS)
25-
.'(?:\s+[+-]\d{4})?' // Optionally match "+0000"
25+
.'(?:\s+[+-]\d{4})?' // Optional Timezone ("+0000")
2626
.'\s+\d{4}/' // Year
2727
): Generator {
2828
if (! $handle = fopen($this->filepath, 'r')) {

0 commit comments

Comments
 (0)