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

Support for extending array definitions #215

Merged
merged 2 commits into from
Dec 17, 2014
Merged

Support for extending array definitions #215

merged 2 commits into from
Dec 17, 2014

Conversation

mnapoli
Copy link
Member

@mnapoli mnapoli commented Dec 11, 2014

Attempt at implementing #214 for arrays.

return [
    'foo' => [
        'value',
    ],
];

Extensions:

return [
    'foo' => DI\add([
        'another value',
    ]),
];

@mnapoli mnapoli added this to the 5.0 milestone Dec 11, 2014
@mnapoli mnapoli self-assigned this Dec 11, 2014
mnapoli added a commit that referenced this pull request Dec 17, 2014
Support for extending array definitions
@mnapoli mnapoli merged commit 4676e15 into 5.0 Dec 17, 2014
@mnapoli mnapoli deleted the array-extensions branch December 17, 2014 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant