SOF3 / pharynx

A tool to recompile PHP sources into a phar in PSR-0
Apache License 2.0
16 stars 3 forks source link

feat: add validation to check for 'src-namespace-prefix' in plugin.yml #27

Closed nicholass003 closed 2 months ago

nicholass003 commented 2 months ago

Add validation to check for 'src-namespace-prefix' in plugin.yml

SOF3 commented 2 months ago

is it better to check the prefix first before checking the main class?

I think it is ok, this is just an FAQ anyway