Skip to content

Commit 2c331d0

Browse files
committed
f
1 parent bd422d4 commit 2c331d0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/Query/Processor.php

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ public function processColumns($results)
141141
}
142142

143143
/**
144-
* {@inheritDoc}
145-
* @param array{ index_name: string }&array<string, mixed> $results
146-
* @return array<array-key, string>
144+
* @inheritDoc
147145
*/
148146
public function processIndexes($results)
149147
{
@@ -152,10 +150,8 @@ public function processIndexes($results)
152150
}, $results);
153151
}
154152

155-
/***
156-
* {@inheritDoc}
157-
* @param array{key_name: string}&array<string, mixed> $results
158-
* @return array<array-key, string>
153+
/**
154+
* @inheritDoc
159155
*/
160156
public function processForeignKeys($results)
161157
{

0 commit comments

Comments
 (0)