Skip to content

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
{
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