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

New standard: Services: arguments are defined gradually or specifically #49

Open
sspooky13 opened this issue Mar 11, 2020 · 0 comments
Open
Labels
feature New feature or request
Milestone

Comments

@sspooky13
Copy link
Owner

sspooky13 commented Mar 11, 2020

Description
Arguments can be defined in 2 ways: gradually or specifically. So, we should observe one way.

Example
Gradually

Foo\FooBundle\FooFacade:
    arguments:
        - '%arg_1%'
        - '%arg_2%'
        - '%arg_3%'

Specifically

Foo\FooBundle\FooFacade:
    arguments:
        $pathToDir: '%arg_1%'
        $pathToFile: '%arg_2%'
        $pathToImage: '%arg_3%'
@sspooky13 sspooky13 added the feature New feature or request label Mar 11, 2020
@sspooky13 sspooky13 added this to the Version 9.0 milestone Mar 8, 2024
@sspooky13 sspooky13 modified the milestones: Version 9.0, Version 9.1 Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant