Skip to content
This repository was archived by the owner on Nov 22, 2019. It is now read-only.

Conversation

@thewilkybarkid
Copy link
Contributor

No description provided.

->name('*.xml')
->in(__DIR__)
->path('~/valid/~');
$files = Finder::create()->files()->name('*.xml')->in(__DIR__)->path('~/valid/~');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hits Squiz.WhiteSpace.ObjectOperatorSpacing.Before otherwise. Need to allow multi-line chaining.

Choose a reason for hiding this comment

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

I agree it's annoying, makes the line long and stops independent reordering/addition/deletion of calls to the fluent interface

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can't currently find an existing sniff anywhere for this. Which surprises me...

@thewilkybarkid thewilkybarkid merged commit 8c147c0 into libero:master Oct 5, 2018
@thewilkybarkid thewilkybarkid deleted the libero-coding-standard branch October 5, 2018 09:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants