Passed
Push — extract-store ( d338ce...38a23e )
by Konrad
04:01
created
src/Store/InMemoryStoreSqlite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
             throw new Exception('Unsupported query type "'.$qt.'"');
134 134
         }
135 135
 
136
-        $cls = match (ucfirst($qt)) {
136
+        $cls = match(ucfirst($qt)) {
137 137
             'Ask' => AskQueryHandler::class,
138 138
             'Construct' => ConstructQueryHandler::class,
139 139
             'Describe' => DescribeQueryHandler::class,
Please login to merge, or discard this patch.