DEV Community

Discussion on: PHP cheat sheet (updated to PHP 8.1)

Collapse
 
mlsofts profile image
MLSofts

Thank you for the very interesting article, however I have two comments while going through the article:

the first in Conditionals: switch ($ color) there are two "red" cases
the second in array: // Array declaration can contain any types
$ example = ['Mike', 50.2, true, ['10', '20'];
a "]" is missing at the end

Collapse
 
ericchapman profile image
Eric The Coder

Done. Thanks