AfterShip/aftership-sdk-php

View on GitHub
examples/testing.php

Summary

Maintainability
B
5 hrs
Test Coverage

File testing.php has 413 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php
require( '../vendor/autoload.php' );

$action      = isset( $_GET['action'] ) ? $_GET['action'] : '';
$api_key     = isset( $_GET['api_key'] ) ? $_GET['api_key'] : '';
Severity: Minor
Found in examples/testing.php - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status