Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 1876e40

Browse files
committed
Fix CS
1 parent b3f1b02 commit 1876e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NotEmpty.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function __construct($options = null)
9797
$options = $temp;
9898
}
9999

100-
if (!isset($options['type'])) {
100+
if (! isset($options['type'])) {
101101
if (($type = $this->calculateTypeValue($options)) != 0) {
102102
$options['type'] = $type;
103103
} else {

0 commit comments

Comments
 (0)