File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments