Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
wp-toolkit
/
vendor
/
wp-cli
/
vendor
/
mck89
/
peast
/
lib
/
Peast
/
Formatter
/
File Content:
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; }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Base.php
4204 bytes
0644
Compact.php
1095 bytes
0644
Expanded.php
743 bytes
0644
PrettyPrint.php
370 bytes
0644
N4ST4R_ID | Naxtarrr