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
$insertSpaces
Prefer spaces over tabs.
public
bool
$insertSpaces
$tabSize
Size of a tab in spaces.
public
int
$tabSize
Methods
__construct()
public
__construct([int|null $tabSize = null ][, bool|null $insertSpaces = null ]) : mixed
Parameters
- $tabSize : int|null = null
- $insertSpaces : bool|null = null