Skip to content
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

Filesystem - added getSystemTmpDir() method #1144

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

norberttech
Copy link
Member

Change Log

Added

  • Filesystem - added getSystemTmpDir() method
  • Path - added suffix(string $suffix): Path method
  • Path - removed setExtension()
  • Path - removed startsWith()

Fixed

Changed

Removed

Deprecated

Security


Description

Those changes are needed for improved implementation of #1142

@norberttech norberttech merged commit dc4c32f into flow-php:1.x Jul 26, 2024
26 checks passed
{
return \str_starts_with($this->path, $path->path);
}
// public function setExtension(string $extension) : self
Copy link
Member

Choose a reason for hiding this comment

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

Seems this was missed.

Copy link
Member Author

Choose a reason for hiding this comment

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

🤦‍♂️ thanks, will remove it in the next PR!

@norberttech norberttech deleted the feature/filesystem-tmp-dir branch December 5, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants