Page MenuHomeWickedGov Phorge

Expanded.php
No OneTemporary

Size
743 B
Referenced Files
None
Subscribers
None

Expanded.php

<?php
/**
* This file is part of the Peast package
*
* (c) Marco Marchiò <marco.mm89@gmail.com>
*
* For the full copyright and license information refer to the LICENSE file
* distributed with this source code
*/
namespace Peast\Formatter;
/**
* Compact formatter.
*
* @author Marco Marchiò <marco.mm89@gmail.com>
*/
class Expanded extends Base
{
/**
* Boolean that indicates if open curly brackets in code blocks must be
* on a new line
*
* @var bool
*/
protected $newLineBeforeCurlyBracket = true;
/**
* Boolean that indicates if content inside round brackets must be
* surrounded by spaces
*
* @var bool
*/
protected $spacesInsideRoundBrackets = true;
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 18:27 (6 h, 16 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c6/d8/9e172b430f278c5c0b3e3417a520
Default Alt Text
Expanded.php (743 B)

Event Timeline