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

[2.x] Compile @servers When Array is in Multiple Lines #270

Merged

Conversation

devajmeireles
Copy link
Contributor

This pull request aims to introduce the ability to compile the @servers when the array is in multiple lines, fixing the issue mentioned in #209

@servers([
    'foo' => [
        'bar',
        'baz',
        'bah'
    ]
])

The implemented code ensures that the current format still becomes usable:

@servers(['foo' => 'bar'])

A simple test was introduced to validate the feature.

Note

The .idea folder was introduced into .gitignore

@taylorotwell taylorotwell merged commit e64f6fb into laravel:2.x Jan 3, 2024
20 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants