kj187/aws-utility

View on GitHub
src/AwsUtility/Command/Kinesis/AbstractCommand.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing class import via use statement (line '26', column '20').
Open

        $sdk = new \Aws\Sdk();

MissingImport

Since: 2.7.0

Importing all external classes in a file through use statements makes them clearly visible.

Example

function make() {
    return new \stdClass();
}

Source http://phpmd.org/rules/cleancode.html#MissingImport

Missing class import via use statement (line '34', column '37').
Open

        $this->kinesisService = new \AwsUtility\Services\Kinesis($client);

MissingImport

Since: 2.7.0

Importing all external classes in a file through use statements makes them clearly visible.

Example

function make() {
    return new \stdClass();
}

Source http://phpmd.org/rules/cleancode.html#MissingImport

There are no issues that match your filters.

Category
Status