Rector configuration

This is a suggestion of configuration directives to use with Rector refactoring tool.

Use this selection as a base to include in the rector.yaml file, at the root of the code source.

The complete list of rectors

# Add this to your rector.yaml file
# At the root of the source to be analyzed
# Generated on 2020-10-15 11:56:15, by Exakat (2.1.9- build 1156)

services:
    Rector\CodeQuality\Rector\FuncCall\IsAWithStringWithThirdArgumentRector
    Rector\CodeQuality\Rector\If_\ShortenElseIfR
    Rector\CodeQuality\Rector\Concat\JoinStringConcatRector