Commit a937609f authored by Benjamin Eberlei's avatar Benjamin Eberlei

[DBAL-501] Fix CS

parent 38f0d510
......@@ -227,8 +227,8 @@ class SQLParserUtils
if ($isParam) {
throw SQLParserUtilsException::missingParam($paramName);
} else {
throw SQLParserUtilsException::missingType($paramName);
}
throw SQLParserUtilsException::missingType($paramName);
}
}
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