Commit 6ab2067
committed
minor #6880 Remove extra quotes from ExprBuilder::thenInvalid() usage (chalasr)
This PR was merged into the 2.7 branch.
Discussion
----------
Remove extra quotes from ExprBuilder::thenInvalid() usage
The given example gives extra quotes (`Invalid database driver ""value""` instead of (`Invalid database driver "value"`), because the value is automatically quoted due to the use of `json_encode`.
Commits
-------
dd54426 Remove extra quotes from ExprBuilder::thenInvalid() usage1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
729 | | - | |
| 729 | + | |
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
| |||
0 commit comments