Completed
Push — master ( 3bf301...d91bdc )
by Ivan
17:12
created
src/schema/TableQueryMapped.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     protected static array $mappers = [];
15 15
     protected MapperInterface $mapper;
16 16
 
17
-    public function __construct(DBInterface $db, Table|string $table, bool $findRelations = false)
17
+    public function __construct(DBInterface $db, Table | string $table, bool $findRelations = false)
18 18
     {
19 19
         parent::__construct($db, $table, $findRelations);
20 20
         if (!isset(static::$mappers[spl_object_hash($db)])) {
Please login to merge, or discard this patch.