We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f66b2 commit 6543411Copy full SHA for 6543411
src/Interpreter/Health/HealthStatus.php
@@ -31,6 +31,11 @@ class HealthStatus
31
'firming agent' => 0.7,
32
'calcium chloride' => 0.7, // https://www.livestrong.com/article/457871-how-does-calcium-chloride-work/
33
'aspartame|acesulfame' => 0.4,
34
+ 'syrup|sirop' => 1.5,
35
+ 'dextrose|maltose|fructose|glucose' => 1.5,
36
+ 'dextrin|dextrine' => 1.5,
37
+ 'maltodextrin|maltodextrine' => 1.5,
38
+ 'sucrose|saccharose' => 1.5,
39
];
40
41
private const GOOD_INGREDIENTS = [
0 commit comments