-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Refactor
Reduce
operation. (#259)
* refactor: Refactor `Reduce` operation. BREAKING CHANGE: yes * refactor: Refactor `FoldLeft` operation. BREAKING CHANGE: yes * refactor: Refactor `FoldLeft1` operation. BREAKING CHANGE: yes * refactor: Refactor `FoldRight` operation. BREAKING CHANGE: yes * refactor: Refactor `FoldRight1` operation. BREAKING CHANGE: yes * refactor: Refactor `First` operation. BREAKING CHANGE: yes * refactor: Refactor `Implode` operation. BREAKING CHANGE: yes * refactor: Update `Unlines` operation. * refactor: Update `Unwords` operation. * Update PHPStan baseline. * refactor: Update `Last` operation. * refactor: Update `Head` operation. * refactor: Update `Get` operation. * refactor: Update `Partition` operation. * refactor: Update `Span` operation. * Refactor operations: - compare - min - max * Further update documentation * refactor: Refactor `Reduce` operation. BREAKING CHANGE: yes * refactor: Refactor `FoldLeft` operation. BREAKING CHANGE: yes * refactor: Refactor `FoldLeft1` operation. BREAKING CHANGE: yes * refactor: Refactor `FoldRight` operation. BREAKING CHANGE: yes * refactor: Refactor `FoldRight1` operation. BREAKING CHANGE: yes * refactor: Refactor `First` operation. BREAKING CHANGE: yes * refactor: Refactor `Implode` operation. BREAKING CHANGE: yes * refactor: Update `Unlines` operation. * refactor: Update `Unwords` operation. * Update PHPStan baseline. * refactor: Update `Last` operation. * refactor: Update `Head` operation. * refactor: Update `Get` operation. * refactor: Update `Partition` operation. * refactor: Update `Span` operation. * Refactor operations: - compare - min - max * Further update documentation * Update docs with default param * Use unique functions for static analysis checks Co-authored-by: AlexandruGG <alex.gidei@gmail.com>
- Loading branch information
1 parent
734f054
commit e3eaa14
Showing
42 changed files
with
422 additions
and
507 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.