Documentation

FormattingOptions
in package

Value-object describing what options formatting should use.

Table of Contents

Properties

$insertSpaces  : bool
Prefer spaces over tabs.
$tabSize  : int
Size of a tab in spaces.

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct([int|null $tabSize = null ][, bool|null $insertSpaces = null ]) : mixed
Parameters
$tabSize : int|null = null
$insertSpaces : bool|null = null

        
On this page

Search results