Skip to content

Commit

Permalink
Cleaning PHP7 build code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
David Dattee authored and David Dattee committed Feb 24, 2017
1 parent 98d6f24 commit 308ffce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module-elasticsuite-search/Search/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private function getRootFilters()
{
return [
'stock.is_in_stock' => Status::STATUS_IN_STOCK,
'visibility' => [Visibility::VISIBILITY_IN_SEARCH]
'visibility' => [Visibility::VISIBILITY_IN_SEARCH],
];
}

Expand Down

0 comments on commit 308ffce

Please sign in to comment.