Skip to content

Commit

Permalink
phpcs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtashjian committed Jun 15, 2024
1 parent ebcf6d3 commit 35249cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Analytics/AnalyticsManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function get_submission_count( int $form_id, bool $unique = false ) {
*
* @return int The failed submission count.
*/
public function get_failed_submission_count( int $form_id, bool $unique = false) {
public function get_failed_submission_count( int $form_id, bool $unique = false ) {
$query_builder = $this->query_builder_factory->create();

return $query_builder->table( AnalyticsServiceProvider::EVENTS_TABLE )
Expand Down

0 comments on commit 35249cb

Please sign in to comment.