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

Commit

Permalink
Merge pull request zendframework/zendframework#3138 branch 'hotfix/re…
Browse files Browse the repository at this point in the history
…move-duplicated-case-statement'
  • Loading branch information
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Adapter/AbstractAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,6 @@ public function writeBox(
case static::FILL_SHADE_DARK:
$fillChar = $charset::SHADE_DARK;
break;
case static::FILL_SHADE_LIGHT:
$fillChar = $charset::SHADE_LIGHT;
break;
case static::FILL_BLOCK:
default:
$fillChar = $charset::BLOCK;
Expand Down

0 comments on commit 259bcdc

Please sign in to comment.