Skip to content

Commit 9215f59

Browse files
authored
Merge pull request #19 from Codexshaper/analysis-NAmRJG
Apply fixes from StyleCI
2 parents 483ce28 + e6186e4 commit 9215f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/QueryBuilderTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ protected function count()
253253
{
254254
$results = WooCommerce::all($this->endpoint, $this->options);
255255
$totalResults = WooCommerce::countResults();
256-
256+
257257
return $totalResults;
258258
}
259259

0 commit comments

Comments
 (0)