DEV Community

Discussion on: Creating a HTML form for a class using PHP and Reflection

Collapse
 
willschubert1977 profile image
Will Schubert

Whis thy code doesn't work? All functions declarations give this error:

Parse error: syntax error, unexpected 'public' (T_PUBLIC), expecting end of file in...
(this first line)

<?php
public function MakeInput(string $name, $value): string