Skip to content

Commit 308eede

Browse files
Forgot to make it static.
1 parent 027caff commit 308eede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SentryHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ public static function splitCDSName( string $nameWithLot ): array {
16551655
* @param $priceField
16561656
* @return float|int|null
16571657
*/
1658-
public function wapp( $iterable, $quantityField, $priceField ) {
1658+
public static function wapp( $iterable, $quantityField, $priceField ) {
16591659
$sumProduct = 0;
16601660
$sumWeight = 0;
16611661

0 commit comments

Comments
 (0)