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

Commit

Permalink
removed all "@return void" in constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPGangsta committed Aug 11, 2012
1 parent caf890d commit 339c074
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion src/Reader/AbstractEntry.php
Expand Up @@ -68,7 +68,6 @@ abstract class AbstractEntry
* @param DOMElement $entry
* @param int $entryKey
* @param null|string $type
* @return void
*/
public function __construct(DOMElement $entry, $entryKey, $type = null)
{
Expand Down
1 change: 0 additions & 1 deletion src/Reader/Entry/AbstractEntry.php
Expand Up @@ -70,7 +70,6 @@ abstract class AbstractEntry
* @param DOMElement $entry
* @param int $entryKey
* @param string $type
* @return void
*/
public function __construct(DOMElement $entry, $entryKey, $type = null)
{
Expand Down
1 change: 0 additions & 1 deletion src/Reader/Entry/Atom.php
Expand Up @@ -33,7 +33,6 @@ class Atom extends AbstractEntry implements EntryInterface
* @param DOMElement $entry
* @param int $entryKey
* @param string $type
* @return void
*/
public function __construct(DOMElement $entry, $entryKey, $type = null)
{
Expand Down
1 change: 0 additions & 1 deletion src/Reader/Entry/Rss.php
Expand Up @@ -43,7 +43,6 @@ class Rss extends AbstractEntry implements EntryInterface
* @param DOMElement $entry
* @param string $entryKey
* @param string $type
* @return void
*/
public function __construct(DOMElement $entry, $entryKey, $type = null)
{
Expand Down
1 change: 0 additions & 1 deletion src/Writer/AbstractFeed.php
Expand Up @@ -44,7 +44,6 @@ class AbstractFeed
* Constructor: Primarily triggers the registration of core extensions and
* loads those appropriate to this data container.
*
* @return void
*/
public function __construct()
{
Expand Down
1 change: 0 additions & 1 deletion src/Writer/Entry.php
Expand Up @@ -47,7 +47,6 @@ class Entry
* Constructor: Primarily triggers the registration of core extensions and
* loads those appropriate to this data container.
*
* @return void
*/
public function __construct()
{
Expand Down
1 change: 0 additions & 1 deletion src/Writer/Renderer/AbstractRenderer.php
Expand Up @@ -70,7 +70,6 @@ class AbstractRenderer
* Constructor
*
* @param mixed $container
* @return void
*/
public function __construct($container)
{
Expand Down
1 change: 0 additions & 1 deletion src/Writer/Renderer/Entry/Atom/Deleted.php
Expand Up @@ -26,7 +26,6 @@ class Deleted
* Constructor
*
* @param \Zend\Feed\Writer\Deleted $container
* @return void
*/
public function __construct (\Zend\Feed\Writer\Deleted $container)
{
Expand Down
1 change: 0 additions & 1 deletion src/Writer/Renderer/Entry/AtomDeleted.php
Expand Up @@ -26,7 +26,6 @@ class AtomDeleted extends Renderer\AbstractRenderer implements Renderer\Renderer
* Constructor
*
* @param Writer\Deleted $container
* @return void
*/
public function __construct (Writer\Deleted $container)
{
Expand Down
1 change: 0 additions & 1 deletion src/Writer/Renderer/Entry/Rss.php
Expand Up @@ -27,7 +27,6 @@ class Rss extends Renderer\AbstractRenderer implements Renderer\RendererInterfac
* Constructor
*
* @param Writer\Entry $container
* @return void
*/
public function __construct (Writer\Entry $container)
{
Expand Down
1 change: 0 additions & 1 deletion src/Writer/Renderer/Feed/AbstractAtom.php
Expand Up @@ -27,7 +27,6 @@ class AbstractAtom extends Renderer\AbstractRenderer
* Constructor
*
* @param Zend_Feed_Writer_Feed $container
* @return void
*/
public function __construct ($container)
{
Expand Down
1 change: 0 additions & 1 deletion src/Writer/Renderer/Feed/Atom.php
Expand Up @@ -24,7 +24,6 @@ class Atom extends AbstractAtom implements Renderer\RendererInterface
* Constructor
*
* @param Writer\Feed $container
* @return void
*/
public function __construct (Writer\Feed $container)
{
Expand Down
1 change: 0 additions & 1 deletion src/Writer/Renderer/Feed/Atom/AbstractAtom.php
Expand Up @@ -26,7 +26,6 @@ class AbstractAtom extends Feed\Writer\Renderer\AbstractRenderer
* Constructor
*
* @param \Zend\Feed\Writer\Feed $container
* @return void
*/
public function __construct ($container)
{
Expand Down
1 change: 0 additions & 1 deletion src/Writer/Renderer/Feed/Atom/Source.php
Expand Up @@ -24,7 +24,6 @@ class Source extends AbstractAtom implements \Zend\Feed\Writer\Renderer\Renderer
* Constructor
*
* @param \Zend\Feed\Writer\Source $container
* @return void
*/
public function __construct (\Zend\Feed\Writer\Source $container)
{
Expand Down
1 change: 0 additions & 1 deletion src/Writer/Renderer/Feed/AtomSource.php
Expand Up @@ -26,7 +26,6 @@ class AtomSource extends AbstractAtom implements Renderer\RendererInterface
* Constructor
*
* @param Zend_Feed_Writer_Feed_Source $container
* @return void
*/
public function __construct (Writer\Source $container)
{
Expand Down
1 change: 0 additions & 1 deletion src/Writer/Renderer/Feed/Rss.php
Expand Up @@ -28,7 +28,6 @@ class Rss extends Renderer\AbstractRenderer implements Renderer\RendererInterfac
* Constructor
*
* @param Zend_Feed_Writer_Feed $container
* @return void
*/
public function __construct (Writer\Feed $container)
{
Expand Down
1 change: 0 additions & 1 deletion test/Reader/Entry/_files/Common/atom.xml
Expand Up @@ -525,7 +525,6 @@ class Wp_Amf_Gateway
*
* @param array $dbConfig
* @param string $prefix
* @return void
*/
public function __construct(array $dbConfig, $prefix)
{
Expand Down
1 change: 0 additions & 1 deletion test/Reader/Entry/_files/Common/atom_noencodingdefined.xml
Expand Up @@ -525,7 +525,6 @@ class Wp_Amf_Gateway
*
* @param array $dbConfig
* @param string $prefix
* @return void
*/
public function __construct(array $dbConfig, $prefix)
{
Expand Down
1 change: 0 additions & 1 deletion test/Reader/Entry/_files/Common/rss.xml
Expand Up @@ -504,7 +504,6 @@ class Wp_Amf_Gateway
*
* @param array $dbConfig
* @param string $prefix
* @return void
*/
public function __construct(array $dbConfig, $prefix)
{
Expand Down
1 change: 0 additions & 1 deletion test/Reader/Feed/_files/Common/atom.xml
Expand Up @@ -525,7 +525,6 @@ class Wp_Amf_Gateway
*
* @param array $dbConfig
* @param string $prefix
* @return void
*/
public function __construct(array $dbConfig, $prefix)
{
Expand Down
1 change: 0 additions & 1 deletion test/Reader/Feed/_files/Common/atom_noencodingdefined.xml
Expand Up @@ -525,7 +525,6 @@ class Wp_Amf_Gateway
*
* @param array $dbConfig
* @param string $prefix
* @return void
*/
public function __construct(array $dbConfig, $prefix)
{
Expand Down
1 change: 0 additions & 1 deletion test/Reader/Feed/_files/Common/atom_rewrittenbydom.xml
Expand Up @@ -521,7 +521,6 @@ class Wp_Amf_Gateway
*
* @param array $dbConfig
* @param string $prefix
* @return void
*/
public function __construct(array $dbConfig, $prefix)
{
Expand Down
1 change: 0 additions & 1 deletion test/Reader/Feed/_files/Common/rss.xml
Expand Up @@ -504,7 +504,6 @@ class Wp_Amf_Gateway
*
* @param array $dbConfig
* @param string $prefix
* @return void
*/
public function __construct(array $dbConfig, $prefix)
{
Expand Down
1 change: 0 additions & 1 deletion test/Reader/Integration/_files/wordpress-atom10.xml
Expand Up @@ -525,7 +525,6 @@ class Wp_Amf_Gateway
*
* @param array $dbConfig
* @param string $prefix
* @return void
*/
public function __construct(array $dbConfig, $prefix)
{
Expand Down
1 change: 0 additions & 1 deletion test/Reader/Integration/_files/wordpress-rss2-dc-atom.xml
Expand Up @@ -504,7 +504,6 @@ class Wp_Amf_Gateway
*
* @param array $dbConfig
* @param string $prefix
* @return void
*/
public function __construct(array $dbConfig, $prefix)
{
Expand Down

0 comments on commit 339c074

Please sign in to comment.