Skip to content

Commit 5090ef3

Browse files
authored
SelectorBuilder: Remove redundant assert.
1 parent 219fd61 commit 5090ef3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Core/SelectorBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ public function addColumn(string $column, ?string $entity = null, ?string $forma
133133
$this->map[$entity] = [];
134134
}
135135
if (isset($this->map[$entity][$column]) === false) {
136-
assert(isset($this->map[$entity]));
137136
$this->map[$entity][$column] = $format ?? '';
138137
}
139138

0 commit comments

Comments
 (0)