ellisv / oxid-console

[UNMAINTAINED] OXID Console is php console application for OXID Shop. It provides an API for writing various commands. We have shipped very common for every oxid shop project commands out of the box.
MIT License
23 stars 17 forks source link

Update README.md #51

Closed Kipperlenny closed 6 years ago

Kipperlenny commented 6 years ago

PHP Error in MyOwn Class

ddpkts commented 6 years ago

@Kipperlenny nice catch 👍 just you are missing space between if and opening bracket (coding standards) i.e.

if ($oInput->hasOption(array('demo', 'd'))) {