Unverified Commit 7cd248c3 authored by Nicolas PAJON's avatar Nicolas PAJON Committed by GitHub

Update Driver.php

fix code style
parent 2e9a2627
......@@ -34,7 +34,7 @@ class Driver extends AbstractSQLServerDriver
if ($username !== null) {
$driverOptions['UID'] = $username;
}
if ($password !== null) {
$driverOptions['PWD'] = $password;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment