We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a89649 commit 82ad9adCopy full SHA for 82ad9ad
src/DataTransferObject/Collection.php
@@ -51,6 +51,8 @@ public function filter(callable $callback): self
51
}
52
53
/**
54
+ * TODO Make this more type safe when this issue is resolved: https://github.com/vimeo/psalm/issues/11179
55
+ *
56
* @param callable(T):numeric $callback
57
*/
58
public function sum(callable $callback): int|float
0 commit comments