Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 27, 2023
1 parent 37cd39b commit f3bb375
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rules/Php83/Rector/FuncCall/CombineHostPortLdapUriRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ public function getNodeTypes(): array
*/
public function refactor(Node $node): ?Node
{
if (! $this->isName($node, 'ldap_connect')) {
return null;
}

return null;
}

Expand Down

0 comments on commit f3bb375

Please sign in to comment.