Skip to content

Commit c4092ad

Browse files
committed
🚨 Fix linter
1 parent 62134c5 commit c4092ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SortedCollection/SubMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function __get($property)
119119
switch ($property) {
120120
case 'fromKey':
121121
if ($this->fromOption == self::UNUSED) {
122-
throw new \RuntimeException('Undefined property');
122+
throw new \RuntimeException('Undefined property');
123123
} else {
124124
return $this->fromKey;
125125
}

0 commit comments

Comments
 (0)