damian-bal / php-class-generator

VSC Extension for generating PHP classes out of compser PSR-4
4 stars 3 forks source link

feature/add-declare-strict-types #10

Open juanwilde opened 3 years ago

juanwilde commented 3 years ago
juanwilde commented 3 years ago

I think it can be useful to add this statement as it should be mandatory for PHP ^7.0 projects. Maybe this can be optional, but as a PHP developer I don't know how to create this option in the extension and also how to do it in JS :sweat_smile: