Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dbeec89

Browse files
authored
Apply fixes from StyleCI (#1097)
1 parent 80860d2 commit dbeec89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/AdminLevelCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function get(int $level): AdminLevel
113113
throw new InvalidArgument(sprintf('Administrative level %d is not set for this address', $level));
114114
}
115115

116-
return $this->adminLevels[$level];
116+
return $this->adminLevels[$level];
117117
}
118118

119119
/**

0 commit comments

Comments
 (0)