forked from laravel/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[6.x] Docblock tweaks for Enumerable and friends (laravel#30130)
* Triple space fix in docblock params * Replace 'test' with 'truth test' Everywhere else in `Enumerable` and `EnumeratesValues`, predicate expressions not subsumed under ‘callback’ are called ‘truth tests’. Motivation is ubiquitous language * Update 'diff using' function docs in Enumerables The `diffUsing` docblock on `Enumerable` already indicates the callback is used [for comparison]. The motivation for adding this clarity to the other ‘diff using’ function docs is: 1) to make it a little more difficult for someone looking at the diff functions to get confused 2) to align the docblocks on all these functions with the arguably better precedent set by `diffUsing` on `Enumerable` Also do the triple-space docblock param fix in `Enumerable` that I missed
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 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