Commit 352729a1 authored by Benjamin Eberlei's avatar Benjamin Eberlei

[DBAL-501] Fix CS

parent f9d2f546
......@@ -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