Completed
Pull Request — master (#1884)
by
unknown
01:27
created
src/Phinx/Db/Adapter/SqlServerAdapter.php 2 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1705,6 +1705,4 @@
 block discarded – undo
1705 1705
 		$driver = new SqlServerDriver($options);
1706 1706
 		$driver->setConnection($this->connection);
1707 1707
 
1708
-		return new Connection(['driver' => $driver] + $options);
1709
-	}
1710
-}
1708
+		return new Connection(['driver' => $driver] + $options
1711 1709
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1705,6 +1705,4 @@
 block discarded – undo
1705 1705
 		$driver = new SqlServerDriver($options);
1706 1706
 		$driver->setConnection($this->connection);
1707 1707
 
1708
-		return new Connection(['driver' => $driver] + $options);
1709
-	}
1710
-}
1708
+		return new Connection(['driver' => $driver] + $options
1711 1709
\ No newline at end of file
Please login to merge, or discard this patch.