Skip to content

Commit

Permalink
Fixed docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches authored Jun 2, 2020
1 parent 2267dcf commit 5bf9a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/class-wc-admin-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ private function status_widget_stock_rows() {
*
* @since 4.3.0
* @param null|string $outofstock_count Out of stock count, by default null.
* @param int $nostock No stock amount
* @param int $nostock No stock amount
*/
$outofstock_count = apply_filters( 'woocommerce_status_widget_out_of_stock_count_pre_query', null, $nostock );

Expand Down

0 comments on commit 5bf9a83

Please sign in to comment.