mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 12:14:02 +01:00
9 lines
354 B
YAML
9 lines
354 B
YAML
services:
|
|
Rector\Php52\Rector\Property\VarToPublicPropertyRector: null
|
|
Rector\Php52\Rector\Switch_\ContinueToBreakInSwitchRector: null
|
|
|
|
# see https://www.php.net/manual/en/function.ldap-first-attribute.php
|
|
Rector\Core\Rector\FuncCall\RemoveFuncCallArgRector:
|
|
$argumentPositionByFunctionName:
|
|
ldap_first_attribute: [2]
|