@@ -140,7 +140,7 @@ |
||
| 140 | 140 | throw new Exception('Unsupported query type "'.$queryType.'"'); |
| 141 | 141 | } |
| 142 | 142 | |
| 143 | - $cls = match ($queryType) { |
|
| 143 | + $cls = match($queryType) { |
|
| 144 | 144 | 'ask' => AskQueryHandler::class, |
| 145 | 145 | 'construct' => ConstructQueryHandler::class, |
| 146 | 146 | 'describe' => DescribeQueryHandler::class, |