| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | 3 | public function register( Container $container ) { |
|
| 27 | 3 | $this->container = $container; |
|
| 28 | |||
| 29 | 3 | $container->define( |
|
| 30 | 3 | array( 'assets' => 'Intraxia\Jaxion\Contract\Assets\Register' ), |
|
| 31 | 3 | $register = new Register( $container->fetch( 'url' ), $container->fetch( 'version' ) ) |
|
| 32 | 2 | ); |
|
| 33 | |||
| 34 | 3 | $this->add_assets( $register ); |
|
| 35 | 3 | } |
|
| 36 | |||
| 51 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.