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

Commit

Permalink
Forward port #3138
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Dec 3, 2012
2 parents 89b6d15 + 22a4835 commit 1507085
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions library/Zend/Code/Generator/ValueGenerator.php
Expand Up @@ -212,8 +212,6 @@ public function getAutoDeterminedType($value)
switch (gettype($value)) {
case 'boolean':
return self::TYPE_BOOLEAN;
case 'integer':
return self::TYPE_INT;
case 'string':
return self::TYPE_STRING;
case 'double':
Expand Down
3 changes: 0 additions & 3 deletions library/Zend/Console/Adapter/AbstractAdapter.php
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 1507085

Please sign in to comment.