Issues (2)

.phpstorm.meta.php (1 issue)

Labels
Severity
1
<?php
2
3
// @formatter:off
4
5
namespace PHPSTORM_META
6
{
7
    override(\Mpyw\Privator\Proxy::get(0), map([
0 ignored issues
show
Mpyw\Privator\Proxy::get(0) of type anonymous//src/Proxy.php$1 is incompatible with the type callable expected by parameter $callable of PHPSTORM_META\override(). ( Ignorable by Annotation )

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

7
    override(/** @scrutinizer ignore-type */ \Mpyw\Privator\Proxy::get(0), map([
Loading history...
8
        '' => '@',
9
    ]));
10
}
11