Skip to content

Commit 82476ab

Browse files
committed
improved maintainability
1 parent 45b4f8e commit 82476ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Formatters/PlaneCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private function getPlaneList(
100100
"{$this->statusPrefixes[$this->statusKeys[2]]} with value: " .
101101
self::NORMALIZED_VALUES[3];
102102
} elseif (
103-
($this->statusPrefixes[$currentPrefixKey] === $this->statusPrefixes[$this->statusKeys[3]])
103+
$this->statusPrefixes[$currentPrefixKey] === $this->statusPrefixes[$this->statusKeys[3]]
104104
) {
105105
return "Property '{$contentItem['history']}' was {$this->statusPrefixes[$this->statusKeys[3]]}";
106106
}

0 commit comments

Comments
 (0)