Test Failed
Branch dev (e61a65)
by Wilmer
07:03 queued 04:11
created
src/PDO/SchemaPDOMssql.php 1 patch
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1083,6 +1083,4 @@
 block discarded – undo
1083 1083
             $viewNames[$schema] = $this->findViewNames($schema);
1084 1084
         }
1085 1085
 
1086
-        return $this->viewNames[$schema] = $viewNames;
1087
-    }
1088
-}
1086
+        return $this->viewNames[$schema] = $viewNames
1089 1087
\ No newline at end of file
Please login to merge, or discard this patch.