Nevraxe /
Cervo
| 1 | <?php |
||||||
| 2 | |||||||
| 3 | namespace PHPSTORM_META |
||||||
| 4 | { |
||||||
| 5 | override(\Cervo\Singletons::get(0), map([ |
||||||
|
0 ignored issues
–
show
Bug
introduced
by
Loading history...
The function
map 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
Loading history...
The method
Cervo\Singletons::get() is not static, but was called statically.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the
Loading history...
|
|||||||
| 6 | '' => '@' |
||||||
| 7 | ])); |
||||||
| 8 | |||||||
| 9 | override(\Cervo\Core::get(0), map([ |
||||||
| 10 | '' => '@' |
||||||
| 11 | ])); |
||||||
| 12 | } |
||||||
| 13 |