src/Common/Util/URLUtils.php
File URLUtils.php
has 310 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace Gdbots\Common\Util;
final class URLUtils
Inline control structures are not allowed Open
Open
if (!preg_match("/^(https?):\/\//", $url))
- Exclude checks