PHP Class Mmoreram\PHPFormatter\Fixer\StrictFixer

Inheritance: implements Mmoreram\PHPFormatter\Fixer\Interfaces\FixerInterface
Afficher le fichier Open project: mmoreram/php-formatter Class Usage Examples

Protected Properties

Свойство Type Description
$strict string Strict

Méthodes publiques

Méthode Description
__construct ( boolean $strict ) Construct method.
fix ( string $data ) : string Fix any piece of code given as parameter.

Method Details

__construct() public méthode

Construct method.
public __construct ( boolean $strict )
$strict boolean

fix() public méthode

Fix any piece of code given as parameter.
public fix ( string $data ) : string
$data string Data
Résultat string Data fixed

Property Details

$strict protected_oe property

Strict
protected string $strict
Résultat string