Passed
Push — extract-store ( 206e1d...ec1a3e )
by Konrad
08:13 queued 03:59
created
src/Store/InMemoryStoreSqlite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
                 throw new Exception('Unsupported query type "'.$qt.'"');
137 137
             }
138 138
 
139
-            $cls = match (ucfirst($qt)) {
139
+            $cls = match(ucfirst($qt)) {
140 140
                 'Ask' => AskQueryHandler::class,
141 141
                 'Construct' => ConstructQueryHandler::class,
142 142
                 'Describe' => DescribeQueryHandler::class,
Please login to merge, or discard this patch.