chg: remove typehint

pull/8390/head
Luciano Righetti 2022-05-19 11:10:58 +02:00
parent 2e43a3b051
commit d72060ec8e
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class MysqlExtended extends Mysql
* @param string|null $useIndexHint USE INDEX hint
* @return string
*/
private function __buildIndexHint(?string $useIndexHint = null): string
private function __buildIndexHint($useIndexHint = null): string
{
$index = '';
if (isset($useIndexHint)) {