Skip to content

Fixes typo in release.inc #1090

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Fixes typo in release.inc #1090

wants to merge 1 commit into from

Conversation

jubayerarefin
Copy link

Fixes typo in function name and comments.

Changes taerDown to tearDown

Fixes typo in function name and comments.
Copy link
Contributor

🚀 Regression report for commit ea8633e is at https://web-php-regression-report-pr-1090.preview.thephp.foundation

Copy link
Contributor

🚀 Preview for commit ea8633e can be found at https://web-php-pr-1090.preview.thephp.foundation

sy-records

This comment was marked as outdated.

@sy-records sy-records self-requested a review October 11, 2024 01:19
fclose($this->logFile);
unlink('/tmp/logfile');
}
}

// The log file will never be removed, because the
// method name was mistyped (taerDown vs tearDown).
// method name was mistyped (tearDown vs tearDown).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks your PR.

But It's intentional, not typo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants