peridot-php / peridot

Event driven BDD test framework for PHP
http://peridot-php.github.io/
MIT License
328 stars 27 forks source link

Added optional arg to Console\Command::getSynopsis #160

Closed mrkrstphr closed 9 years ago

mrkrstphr commented 9 years ago

This arg was recently added by Symfony because they don't understand SemVer. Since this optional argument is missing in Peridot's extending class, PHP throws a Strict Standards error.

brianium commented 9 years ago

@mrkrstphr thanks man - must have been an existing issue? the 2.0 branch for peridot-cli already has this fix in there. Thanks!