1 | <?php |
||||||
2 | |||||||
3 | namespace PHPSTORM_META |
||||||
4 | { |
||||||
5 | override(\Cervo\Singletons::get(0), map([ |
||||||
0 ignored issues
–
show
Bug
introduced
by
![]() 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
![]() 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
![]() |
|||||||
6 | '' => '@' |
||||||
7 | ])); |
||||||
8 | |||||||
9 | override(\Cervo\Core::get(0), map([ |
||||||
10 | '' => '@' |
||||||
11 | ])); |
||||||
12 | } |
||||||
13 |