Skip to content

Conversation

@timacdonald
Copy link
Member

With PHP first class callables now using this syntax, we should probably change the way we express "and you put your things in here" for function calls.

Suggesting we utilise /* ... */, which is a thing I've seen pretty commonly I feel.

Comment on lines -751 to +753
.listen(...)
.listen(...)
.listen(...);
.listen(/* ... */)
.listen(/* ... */)
.listen(/* ... */);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These aren't first class callables, being JS, but I adjusted these to match the rest of the docs.

@taylorotwell taylorotwell merged commit 653985a into laravel:9.x May 24, 2022
@timacdonald timacdonald deleted the first-class-callable branch May 25, 2022 00:53
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.

2 participants