Showing 1 of 1 total issue
Method shatter
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function shatter($url, $full = false)
{
if (empty($url)) {
throw new \Exception('No url has been passed');
}