Skip to content

Support for extending array definitions#215

Merged
mnapoli merged 2 commits into5.0from
array-extensions
Dec 17, 2014
Merged

Support for extending array definitions#215
mnapoli merged 2 commits into5.0from
array-extensions

Conversation

@mnapoli
Copy link
Copy Markdown
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