We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd422d4 commit 2c331d0Copy full SHA for 2c331d0
src/Query/Processor.php
@@ -141,9 +141,7 @@ public function processColumns($results)
141
}
142
143
/**
144
- * {@inheritDoc}
145
- * @param array{ index_name: string }&array<string, mixed> $results
146
- * @return array<array-key, string>
+ * @inheritDoc
147
*/
148
public function processIndexes($results)
149
{
@@ -152,10 +150,8 @@ public function processIndexes($results)
152
150
}, $results);
153
151
154
155
- /***
156
157
- * @param array{key_name: string}&array<string, mixed> $results
158
+ /**
159
160
public function processForeignKeys($results)
161
0 commit comments