Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task/Development/Changelog documentation still references removed method askForChanges #745

Open
filliph opened this issue Jul 4, 2018 · 2 comments

Comments

@filliph
Copy link

filliph commented Jul 4, 2018

Steps to reproduce

$this->taskChangelog()
	->version($version)
	->askForChanges()
	->run();

As per the documentation: https://robo.li/tasks/Development/

Expected behavior

I expect to be asked for the changelog entries via the console.

Actual behavior

ERROR: call_user_func_array() expects parameter 1 to be a valid callback, class 'Robo\Task\Development\Changelog' does not have a method 'askForChanges' 
in phar:///usr/local/bin/robo/src/Collection/CollectionBuilder.php:399

System Configuration

macOS 10.13.5, PHP 7.1.18

@greg-1-anderson greg-1-anderson changed the title askForChanges missing from Task/Development/Changelog Task/Development/Changelog documentation still references removed method askForChanges Jul 4, 2018
@filliph
Copy link
Author

filliph commented May 5, 2020

Will the documentation ever be fixed? It's been almost two years and this issue is still not resolved.

@greg-1-anderson
Copy link
Member

Pull requests appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants