Completed
Push — master ( eb6a78...9e6b52 )
by
unknown
24s queued 19s
created

FactFinderSdkDependencyProvider::provideServiceLayerDependencies()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 13
Code Lines 7

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 7
dl 0
loc 13
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 1
1
<?php
2
3
/**
4
 * MIT License
5
 * Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
6
 */
7
8
namespace SprykerEco\Client\FactFinderSdk;
9
10
use Spryker\Client\Kernel\AbstractDependencyProvider;
11
12
class FactFinderSdkDependencyProvider extends AbstractDependencyProvider
13
{
14
}
15