Completed
Push — add/compatibility-library ( 6b597b )
by
unknown
152:49 queued 144:11
created

Jetpack_Client

Complexity

Total Complexity 0

Size/Duplication

Total Lines 1
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 1

Importance

Changes 0
Metric Value
dl 0
loc 1
c 0
b 0
f 0
wmc 0
lcom 0
cbo 1
1
<?php
2
3
class Jetpack_Client extends \Automattic\Jetpack\Connection\Client {}
4
class Jetpack_Options extends \Automattic\Jetpack\Connection\Client {}
0 ignored issues
show
Comprehensibility Best Practice introduced by
The type Jetpack_Options has been defined more than once; this definition is ignored, only the first definition in packages/options/legacy/class.jetpack-options.php (L5-606) is considered.

This check looks for classes that have been defined more than once.

If you can, we would recommend to use standard object-oriented programming techniques. For example, to avoid multiple types, it might make sense to create a common interface, and then multiple, different implementations for that interface.

This also has the side-effect of providing you with better IDE auto-completion, static analysis and also better OPCode caching from PHP.

Loading history...
5