Skip to content

Commit 2a08876

Browse files
committed
remove whitespace
1 parent 6cfee33 commit 2a08876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/DBAL/Driver/PDOSqlsrv/PDOSqlsrvStatement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function execute($params = null)
143143
}
144144
}
145145
}
146-
146+
147147
$result = $this->stmt->execute($params);
148148
$this->rowCount = $this->rowCount();
149149

0 commit comments

Comments
 (0)