Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 338 Bytes

FunctionSignature.md

File metadata and controls

11 lines (6 loc) · 338 Bytes

Pattern: Inconsistent function signature

Issue: -

Description

Rewrites the function signature to a single line when possible (e.g. when not exceeding the max_line_length property) or a multi-line signature otherwise.

Further Reading