stable

Clone or download

Read-only

Remove concatenation used to build a SQL query string

It makes things harder to read and nothing should be concatened into a SQL query string without first being escaped. Otherwise, things are harder to audit. In this specific case the concatenation is not useful. This is part of epic #12142: Baseline v1 Change-Id: I76a3b88d19ffdcf1c1d002eec572c906f7888546

Modified Files

Name
M include/Adapter/BaselineRepositoryAdapter.php +3 −6 Go to diff View file
M phpunit/Adapter/BaselineRepositoryAdapterTest.php +2 −2 Go to diff View file