Skip to content
/ rector Public

Rector configurations for Contao

Notifications You must be signed in to change notification settings

contao/rector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rector configurations for Contao

This package includes the Rector configuration for Contao.

Installation

Add the package to your Contao installation via Composer:

composer require contao/rector --dev

Usage

Create a file named rector.php in the root directory of your project.

<?php

declare(strict_types=1);

use Contao\Rector\Set\SetList;
use Rector\Config\RectorConfig;

return RectorConfig::configure()
    ->withSets([SetList::CONTAO])
    // Adjust the configuration according to your needs.
;

Then run the script like this:

vendor/bin/rector

What's inside?

The package contains the following custom rectors:

Class Description
SimplifyObjectOrNullCheckRector Replaces null comparisons that check for object|null with boolean comparisons.

License

Contao is licensed under the terms of the LGPLv3.

Getting support

Visit the support page to learn about the available support options.

About

Rector configurations for Contao

Resources

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages