Skip to content

Commit

Permalink
add strict checking
Browse files Browse the repository at this point in the history
  • Loading branch information
adragus-inviqa committed Jun 6, 2016
1 parent e0dc9ef commit 9dd09c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Sales/Model/Order/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function getInvisibleOnFrontStatuses()
*/
protected function _getStatuses($visibility)
{
if ($this->statuses == null) {
if ($this->statuses === null) {

$this->statuses = [ true => [], false => [] ];

Expand Down

0 comments on commit 9dd09c6

Please sign in to comment.