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

Commit

Permalink
Merge pull request zendframework/zendframework#3522 branch 'hotfix/re…
Browse files Browse the repository at this point in the history
…move-blank-line'
  • Loading branch information
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/Reader/Collection/Author.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ public function getValues()
}
return array_unique($authors);
}

}
1 change: 0 additions & 1 deletion src/Reader/Collection/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ public function getValues()
}
return array_unique($categories);
}

}
1 change: 0 additions & 1 deletion src/Reader/Feed/Atom/Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,4 @@ public function valid() {}
* @return void
*/
protected function indexEntries() {}

}
1 change: 0 additions & 1 deletion src/Reader/FeedSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,4 @@ public function offsetGet($offset)
}
return parent::offsetGet($offset);
}

}
1 change: 0 additions & 1 deletion src/Writer/Deleted.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,4 @@ public function getComment()
}
return $this->data['comment'];
}

}
1 change: 0 additions & 1 deletion src/Writer/Feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,4 @@ public function export($type, $ignoreExceptions = false)
}
return $renderer->render()->saveXml();
}

}
1 change: 0 additions & 1 deletion src/Writer/Renderer/Entry/Atom/Deleted.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,4 @@ protected function _setBy(DOMDocument $dom, DOMElement $root)
$uri->appendChild($text);
}
}

}
1 change: 0 additions & 1 deletion src/Writer/Renderer/Entry/AtomDeleted.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,4 @@ protected function _setBy(DOMDocument $dom, DOMElement $root)
$uri->appendChild($text);
}
}

}
1 change: 0 additions & 1 deletion src/Writer/Renderer/Feed/Atom.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,4 @@ public function render()
}
return $this;
}

}
1 change: 0 additions & 1 deletion src/Writer/Renderer/Feed/Atom/Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,4 @@ protected function _setGenerator(DOMDocument $dom, DOMElement $root)
$generator->setAttribute('version', $gdata['version']);
}
}

}
1 change: 0 additions & 1 deletion src/Writer/Renderer/Feed/AtomSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,4 @@ protected function _setGenerator(DOMDocument $dom, DOMElement $root)
$generator->setAttribute('version', $gdata['version']);
}
}

}

0 comments on commit 81d4652

Please sign in to comment.