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

update console stub return types and docblocks #493

Merged
merged 3 commits into from
Jan 22, 2024

Commits on Jan 15, 2024

  1. update console stub return types and docblocks

    - add `void` return type
    - remove unnecessary docblocks
    
    syncs with a [docs change](laravel-zero/docs@c402dd2)
    browner12 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9805d86 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Update src/Commands/stubs/console.stub

    remove return type
    
    Co-authored-by: Owen Voke <development@voke.dev>
    browner12 and owenvoke authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2d74e82 View commit details
    Browse the repository at this point in the history
  2. sync with laravel/framework changes

    - use "namespace" and "command" variables rather than "Dummy" string replacement
    - update docblock descriptions to match `laravel/framework` changes
    browner12 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    6e88bb6 View commit details
    Browse the repository at this point in the history