1 | <?php |
||
2 | |||
3 | namespace PHPSTORM_META { |
||
4 | |||
5 | /** @noinspection PhpIllegalArrayKeyTypeInspection */ |
||
6 | /** @noinspection PhpUnusedLocalVariableInspection */ |
||
7 | $STATIC_METHOD_TYPES = [ |
||
8 | \Omnipay\Omnipay::create('') => [ |
||
9 | 'Pelecard' instanceof \Omnipay\Pelecard\Gateway, |
||
10 | ], |
||
11 | \Omnipay\Common\GatewayFactory::create('') => [ |
||
0 ignored issues
–
show
Bug
Best Practice
introduced
by
![]() |
|||
12 | 'Pelecard' instanceof \Omnipay\Pelecard\Gateway, |
||
13 | ], |
||
14 | ]; |
||
15 | } |
||
16 |