Skip to content

Parable PHP Framework 0.12.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@devvoh devvoh released this 31 Oct 22:51
· 151 commits to master since this release

Parable PHP Framework Changelog

0.12.13

Changes

  • To ease development a little, try make server on a make-enabled OS (or run the php built-in webserver yourself with php-server.php passed as router script) and it will run (by default) on http://localhost:5678.
  • \Parable\Console\Parameter and Command now understand that even arguments deserve default values. Third (optional) parameter added to addArgument that will allow for a default value.
  • 5 whitespace issues fixed, based on feedback from StyleCI, using the PSR-2 preset. These were the only(!) style discrepancies found.

Bugfixes

  • Undefined offset fixed in \Parable\Console\Parameter::checkArguments(). Requesting arguments that weren't provided no longer results in a notice.