exercism / php

Exercism exercises in PHP.
https://exercism.org/tracks/php
MIT License
139 stars 133 forks source link

Missing semicolon in the "Classes" section #751

Closed Anoushka-0410 closed 1 month ago

Anoushka-0410 commented 1 month ago

The second example has a missing semicolon in the line "public $color". It can be misleading for beginners.

mk-mxp commented 1 month ago

Hi @Anoushka-0410 welcome to the PHP track!

Could you provide a link to the page with the "Classes" section you refer to?

Thank you!

Anoushka-0410 commented 1 month ago

Sure! Here you go https://exercism.org/tracks/php/concepts/class-basics

mk-mxp commented 1 month ago

Found here, here, and here

Will get fixed soon...

Anoushka-0410 commented 1 month ago

Thank you!