|
@@ -118,7 +118,7 @@ discard block |
|
|
block discarded – undo |
|
118
|
118
|
* @param class-string<T>|Table|string $table |
|
119
|
119
|
* @return ($table is class-string ? MapperInterface<T> : MapperInterface<Entity>) |
|
120
|
120
|
*/ |
|
121
|
|
- public function getMapper(Table|string $table): MapperInterface; |
|
|
121
|
+ public function getMapper(Table | string $table): MapperInterface; |
|
122
|
122
|
/* |
|
123
|
123
|
* @template T of Entity |
|
124
|
124
|
* @param Table|string $table |
|
@@ -126,7 +126,7 @@ discard block |
|
|
block discarded – undo |
|
126
|
126
|
* @param null|class-string<T> $class |
|
127
|
127
|
* @return static |
|
128
|
128
|
*/ |
|
129
|
|
- public function setMapper(Table|string $table, MapperInterface $mapper, ?string $class = null): static; |
|
|
129
|
+ public function setMapper(Table | string $table, MapperInterface $mapper, ?string $class = null): static; |
|
130
|
130
|
public function clearMappers(): static; |
|
131
|
131
|
public function tableMapped( |
|
132
|
132
|
string $table, |
Please login to merge, or discard this patch.