Completed
Push — master ( 290f10...fcdd72 )
by Ivan
13:24
created
src/DBInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,8 +118,8 @@
 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;
122
-    public function setMapper(Table|string $table, MapperInterface $mapper, ?string $class = null): static;
121
+    public function getMapper(Table | string $table): MapperInterface;
122
+    public function setMapper(Table | string $table, MapperInterface $mapper, ?string $class = null): static;
123 123
     public function tableMapped(
124 124
         string $table,
125 125
         bool $findRelations = false,
Please login to merge, or discard this patch.