Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit c7ccaa2

Browse files
Fix codestyle.
1 parent c8c703d commit c7ccaa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Hostname.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,8 +2098,8 @@ public function isValid($value)
20982098
return false;
20992099
}
21002100
}
2101-
2102-
// Stop with following checks if domain part is empty, as it definitely is not a valid hostname then
2101+
2102+
// Skip following checks if domain part is empty, as it definitely is not a valid hostname then
21032103
if ($domainPart === '') {
21042104
$this->error(self::INVALID_HOSTNAME);
21052105
$status = false;

0 commit comments

Comments
 (0)