Passed
Push — feature/eco-2295/eco-2344-crea... ( cf26a9...497ce3 )
by Aleksey
03:09
created

CrefoPayApiDependencyProvider::provideServiceDependencies()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 5
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 5
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 1
1
<?php
2
3
/**
4
 * MIT License
5
 * For full license information, please view the LICENSE file that was distributed with this source code.
6
 */
7
8
namespace SprykerEco\Service\CrefoPayApi;
9
10
use Spryker\Service\Kernel\AbstractBundleDependencyProvider;
11
12
class CrefoPayApiDependencyProvider extends AbstractBundleDependencyProvider
13
{
14
}
15