Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 551 Bytes

SlevomatCodingStandard.Functions.RequireMultiLineCall.md

File metadata and controls

15 lines (8 loc) · 551 Bytes

Pattern: Missing use of multi-line call

Issue: -

Description

Enforces function call to be split to more lines so each parameter is on its own line.

Rule provides the following settings:

  • minLineLength: specifies min line length to enforce call to be split. Use 0 value to enforce for all calls, regardless of length.

Further Reading