We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027caff commit 308eedeCopy full SHA for 308eede
1 file changed
src/SentryHelper.php
@@ -1655,7 +1655,7 @@ public static function splitCDSName( string $nameWithLot ): array {
1655
* @param $priceField
1656
* @return float|int|null
1657
*/
1658
- public function wapp( $iterable, $quantityField, $priceField ) {
+ public static function wapp( $iterable, $quantityField, $priceField ) {
1659
$sumProduct = 0;
1660
$sumWeight = 0;
1661
0 commit comments