bickmista/spurl

View on GitHub
src/Spurl/Url.php

Summary

Maintainability
A
1 hr
Test Coverage

Method shatter has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public static function shatter($url, $full = false)
  {
    if (empty($url)) {
        throw new \Exception('No url has been passed');
    }
Severity: Minor
Found in src/Spurl/Url.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status