Skip to content

Commit 9dd09c6

Browse files
add strict checking
1 parent e0dc9ef commit 9dd09c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/Order/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public function getInvisibleOnFrontStatuses()
247247
*/
248248
protected function _getStatuses($visibility)
249249
{
250-
if ($this->statuses == null) {
250+
if ($this->statuses === null) {
251251

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

0 commit comments

Comments
 (0)