Skip to content

Commit 0a73863

Browse files
committed
[Healthy]Update array GOOD INGREDIENTS
1 parent 280c04d commit 0a73863

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/Interpreter/Health/HealthStatus.php

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,24 @@ class HealthStatus
3434
];
3535

3636
private const GOOD_INGREDIENTS = [
37-
'apples' => 1, // should be more than one
37+
'apples' => 1, // plural, should be more than one
3838
'broccoli' => 2.5,
3939
'lentil' => 2,
4040
'spinach' => 1,
41-
'walnuts' => 1, // should be more than one
42-
'chestnuts' => 1, // should be more than one
43-
'avocados' => 1, // should be more than one
41+
'celery' => 0.8,
42+
'walnuts' => 1, // plural, should be more than one
43+
'chestnuts' => 1, // plural, should be more than one
44+
'avocados' => 1, // plural, should be more than one
4445
'lemon' => 1,
4546
'garlic' => 0.5,
4647
'antioxidant' => 2,
47-
'sesame' => 1.5,
48+
'sesame' => 1,
4849
'curcuma' => 1,
4950
'spirulina|spiruline' => 1,
5051
'chia' => 1.2, // https://draxe.com/chia-seeds-benefits-side-effects/
5152
'kale' => 0.3,
5253
'goji' => 0.4, // https://www.nhs.uk/Livewell/superfoods/Pages/are-goji-berries-a-superfood.aspx
54+
'zucchini|courgette' => 0.4,
5355
];
5456

5557
/** @var array */

0 commit comments

Comments
 (0)