Issues (21)

config/anticaptcha.php (1 issue)

Labels
Severity
1
<?php
2
3
return [
4
    'key'=>env('ANTICAPTCHA_API_KEY', '')
0 ignored issues
show
The function env was not found. Maybe you did not declare it correctly or list all dependencies? ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-call  annotation

4
    'key'=>/** @scrutinizer ignore-call */ env('ANTICAPTCHA_API_KEY', '')
Loading history...
5
];