rector/config/set/php/php52.yaml
2020-05-31 16:20:39 +02:00

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]