chore: adjusts style

This commit is contained in:
Nuno Maduro
2023-06-13 19:59:59 +02:00
parent 3c20e8114e
commit 7460bd6c1f
4 changed files with 8 additions and 8 deletions

View File

@ -25,7 +25,7 @@ final class HigherOrderCallables
*
* Create a new expectation. Callable values will be executed prior to returning the new expectation.
*
* @param (Closure():TValue)|TValue $value
* @param (Closure():TValue)|TValue $value
* @return Expectation<TValue>
*/
public function expect(mixed $value): Expectation