Skip to content

Commit 369e25d

Browse files
Fix phpstan issues.
1 parent 1051332 commit 369e25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Classifai/Features/APIUsageTracking.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ private function check_soft_threshold( array $usage_data, array $settings, Usage
555555
* @param array $usage_data Usage data.
556556
* @param float $amount Amount of usage for the scope.
557557
*/
558-
do_action( 'classifai_api_soft_threshold_exceeded', $provider, $settings, $usage_data, $amount, $scope );
558+
do_action( 'classifai_api_soft_threshold_exceeded', $provider, $settings, $usage_data, $amount );
559559

560560
$emails = $this->get_email_list( $settings['soft_threshold_emails'] ?? '' );
561561

0 commit comments

Comments
 (0)