Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
Scrutinizer Auto-Fixes
Browse files Browse the repository at this point in the history
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
  • Loading branch information
scrutinizer-auto-fixer committed Nov 30, 2015
1 parent 11ef099 commit 87d8c89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SemaltBlocker/Domainparser.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public static function getRootDomain($url)

/**
* @param string $url
* @return string|false
*/
public static function getHostname($url)
{
Expand Down Expand Up @@ -71,7 +72,7 @@ public static function getPath($url)
/**
* Checks an URL for validity, and punycode encode the returned component
*
* @param $url
* @param string $url
* @param integer $component
* @return string|false
*/
Expand Down

0 comments on commit 87d8c89

Please sign in to comment.