Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions library/Zend/Code/Generator/FileGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ public static function fromReflection(FileReflection $fileReflection)
$file->setSourceContent($fileReflection->getContents());
$file->setSourceDirty(false);

$body = $fileReflection->getContents();

$uses = $fileReflection->getUses();

foreach ($fileReflection->getClasses() as $class) {
Expand Down
3 changes: 0 additions & 3 deletions library/Zend/Db/Metadata/Source/SqliteMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ protected function loadColumnData($table, $schema)
$this->prepareDataHierarchy('columns', $schema, $table);
$this->prepareDataHierarchy('sqlite_columns', $schema, $table);

$p = $this->adapter->getPlatform();


$results = $this->fetchPragma('table_info', $table, $schema);

$columns = array();
Expand Down
1 change: 0 additions & 1 deletion library/Zend/Json/Decoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ protected function _decodeObject()

$tok = $this->_getNextToken();
$members[$key] = $this->_decodeValue();
$tok = $this->token;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change will be reverted

if ($tok == self::RBRACE) {
break;
Expand Down
1 change: 0 additions & 1 deletion library/Zend/Json/Encoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ private static function _encodeVariables(ReflectionClass $cls)
$properties = $cls->getProperties();
$propValues = get_class_vars($cls->getName());
$result = "variables:{";
$cnt = 0;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change will be reverted

$tmpArray = array();
foreach ($properties as $prop) {
Expand Down
1 change: 0 additions & 1 deletion library/Zend/Mvc/Controller/Plugin/FilePostRedirectGet.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ protected function handleGetRequest(FormInterface $form)
$post = $container->post;
$errors = $container->errors;
$isValid = $container->isValid;
$previousFiles = ($container->files) ?: array();
unset($container->post);
unset($container->errors);
unset($container->isValid);
Expand Down