Passed
Push — extract-store ( 38a23e...9fc033 )
by Konrad
05:01
created
src/Store/InMemoryStoreSqlite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.