Parable PHP Framework 0.12.13
Pre-release
Pre-release
Parable PHP Framework Changelog
0.12.13
Changes
- To ease development a little, try
make server
on amake
-enabled OS (or run the php built-in webserver yourself withphp-server.php
passed as router script) and it will run (by default) onhttp://localhost:5678
. \Parable\Console\Parameter
andCommand
now understand that even arguments deserve default values. Third (optional) parameter added toaddArgument
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.