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

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#6969-dead-code-removal' …
Browse files Browse the repository at this point in the history
…into develop

Close zendframework/zendframework#6969
  • Loading branch information
Ocramius committed Dec 8, 2014
2 parents c5acdaa + d9cc880 commit 5c93f1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Barcode/Code128.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ public function hasValidCharacters($value)
case 'ˆ':
case '':
return false;
break;

// Chars after the stop character
case 'Š':
Expand Down
1 change: 0 additions & 1 deletion src/Hostname.php
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,6 @@ public function isValid($value)
}
} elseif ($this->getAllow() & self::ALLOW_DNS) {
$this->error(self::INVALID_HOSTNAME);
$status = false;
}

// Check for URI Syntax (RFC3986)
Expand Down

0 comments on commit 5c93f1b

Please sign in to comment.