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

Prepare release v2.0 #7

Merged
merged 25 commits into from
Dec 17, 2024
Merged

Prepare release v2.0 #7

merged 25 commits into from
Dec 17, 2024

Conversation

njoubert-cleverage
Copy link
Member

Description

Requirements

  • Documentation updates
    • Reference
    • Cookbooks
    • Changelog
  • Unit tests

Breaking changes

@njoubert-cleverage njoubert-cleverage added this to the v2.0 milestone Oct 23, 2024
@@ -74,7 +82,7 @@ public function next(ProcessState $state): bool
{
$this->findMatchingFiles($state);

return next($this->matchingFiles);
return false === next($this->matchingFiles) ? false : true;
Copy link
Member Author

Choose a reason for hiding this comment

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

return false !== next($this->matchingFiles)

@njoubert-cleverage njoubert-cleverage marked this pull request as ready for review December 17, 2024 14:20
@njoubert-cleverage njoubert-cleverage merged commit 6954b40 into main Dec 17, 2024
9 checks passed
@njoubert-cleverage njoubert-cleverage deleted the prepare-release branch December 17, 2024 15:06
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