File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,24 @@ class HealthStatus
34
34
];
35
35
36
36
private const GOOD_INGREDIENTS = [
37
- 'apples ' => 1 , // should be more than one
37
+ 'apples ' => 1 , // plural, should be more than one
38
38
'broccoli ' => 2.5 ,
39
39
'lentil ' => 2 ,
40
40
'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
44
45
'lemon ' => 1 ,
45
46
'garlic ' => 0.5 ,
46
47
'antioxidant ' => 2 ,
47
- 'sesame ' => 1.5 ,
48
+ 'sesame ' => 1 ,
48
49
'curcuma ' => 1 ,
49
50
'spirulina|spiruline ' => 1 ,
50
51
'chia ' => 1.2 , // https://draxe.com/chia-seeds-benefits-side-effects/
51
52
'kale ' => 0.3 ,
52
53
'goji ' => 0.4 , // https://www.nhs.uk/Livewell/superfoods/Pages/are-goji-berries-a-superfood.aspx
54
+ 'zucchini|courgette ' => 0.4 ,
53
55
];
54
56
55
57
/** @var array */
You can’t perform that action at this time.
0 commit comments