Skip to content

False positive on user class named Crypt #913

@MAXakaWIZARD

Description

@MAXakaWIZARD

In my project there is a class named Crypt.
PHPCompatibility produces false positive messing it with built-in crypt function.
Example:

$crypt = new Crypt('password');
The "salt" parameter for function Crypt() is missing.
Passing this parameter is strongly recommended since
PHP 5.6 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions