fuel / core

Fuel PHP Framework - The core of the Fuel v1 framework
http://fuelphp.com
813 stars 345 forks source link

Error in config documentation #1497

Closed dudeami0 closed 11 years ago

dudeami0 commented 11 years ago

Sorry if this is the wrong place. In the documentation, Config::save says the second argument is required, but the header says:

save($file, $config = null)

Pointing that it is not. Of course this is false, as the code clearly states its required (and the argument list in the documentation).

Minor issue, just wanted to bring it to your attention.

Url: http://fuelphp.com/docs/classes/config.html#/method_save

WanWizard commented 11 years ago

i'll correct it.

Next time, please report docs issues at https://github.com/fuel/docs/issues, so we can reference the issue in the commit that fixes it.

dmyers commented 11 years ago

I think Wan meant https://github.com/fuel/docs/issues

WanWizard commented 11 years ago

Oops, corrected...