Skip to content
This repository was archived by the owner on Aug 6, 2023. It is now read-only.

Commit cec2015

Browse files
committed
Merge pull request #137 from boenrobot/docs
Class docblock fix
2 parents 6976958 + d94a204 commit cec2015

File tree

159 files changed

+451
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+451
-213
lines changed

src/Pyrus/AtomicFileTransaction/MultiException.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* @link https://github.com/pyrus/Pyrus
1313
*/
1414

15+
namespace Pyrus\AtomicFileTransaction;
16+
1517
/**
1618
* Exception for atomic file transaction mechanism
1719
*
@@ -22,5 +24,4 @@
2224
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
2325
* @link https://github.com/pyrus/Pyrus
2426
*/
25-
namespace Pyrus\AtomicFileTransaction;
2627
class MultiException extends \PEAR2\Exception implements Exception {}

src/Pyrus/Channel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* @link https://github.com/pyrus/Pyrus
1313
*/
1414

15+
namespace Pyrus;
16+
1517
/**
1618
* Base class for Pyrus.
1719
*
@@ -22,7 +24,6 @@
2224
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
2325
* @link https://github.com/pyrus/Pyrus
2426
*/
25-
namespace Pyrus;
2627
class Channel implements \Pyrus\ChannelInterface
2728
{
2829
protected $internal;

src/Pyrus/Channel/Exception.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* @link https://github.com/pyrus/Pyrus
1313
*/
1414

15+
namespace Pyrus\Channel;
16+
1517
/**
1618
* Exception for channels
1719
*
@@ -22,5 +24,4 @@
2224
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
2325
* @link https://github.com/pyrus/Pyrus
2426
*/
25-
namespace Pyrus\Channel;
2627
class Exception extends \PEAR2\Exception {}

src/Pyrus/Channel/RemoteCategories.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* @link https://github.com/pyrus/Pyrus
1313
*/
1414

15+
namespace Pyrus\Channel;
16+
1517
/**
1618
* Remote REST iteration handler for category listing
1719
*
@@ -22,7 +24,6 @@
2224
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
2325
* @link https://github.com/pyrus/Pyrus
2426
*/
25-
namespace Pyrus\Channel;
2627
class RemoteCategories implements \ArrayAccess, \Iterator
2728
{
2829
protected $parent;

src/Pyrus/Channel/RemoteCategory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* @link https://github.com/pyrus/Pyrus
1313
*/
1414

15+
namespace Pyrus\Channel;
16+
1517
/**
1618
* Remote REST iteration handler
1719
*
@@ -22,7 +24,6 @@
2224
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
2325
* @link https://github.com/pyrus/Pyrus
2426
*/
25-
namespace Pyrus\Channel;
2627
class RemoteCategory implements \ArrayAccess, \Iterator, \Countable
2728
{
2829
protected $parent;

src/Pyrus/Channel/RemoteMaintainers.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* @link https://github.com/pyrus/Pyrus
1313
*/
1414

15+
namespace Pyrus\Channel;
16+
1517
/**
1618
* Remote REST iteration handler for maitainer listing
1719
*
@@ -22,7 +24,6 @@
2224
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
2325
* @link https://github.com/pyrus/Pyrus
2426
*/
25-
namespace Pyrus\Channel;
2627
class RemoteMaintainers implements \ArrayAccess, \Iterator
2728
{
2829
protected $parent;

src/Pyrus/Channel/RemotePackages.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* @link https://github.com/pyrus/Pyrus
1313
*/
1414

15+
namespace Pyrus\Channel;
16+
1517
/**
1618
* Remote REST iteration handler for package listing
1719
*
@@ -22,7 +24,6 @@
2224
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
2325
* @link https://github.com/pyrus/Pyrus
2426
*/
25-
namespace Pyrus\Channel;
2627
class RemotePackages implements \ArrayAccess, \Iterator
2728
{
2829
protected $parent;

src/Pyrus/ChannelFile.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* @link https://github.com/pyrus/Pyrus
1313
*/
1414

15+
namespace Pyrus;
16+
1517
/**
1618
* Base class for a PEAR2 package file
1719
*
@@ -22,7 +24,6 @@
2224
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
2325
* @link https://github.com/pyrus/Pyrus
2426
*/
25-
namespace Pyrus;
2627
class ChannelFile implements \Pyrus\ChannelFileInterface
2728
{
2829
protected $info;

src/Pyrus/ChannelFile/v1.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* @link https://github.com/pyrus/Pyrus
1313
*/
1414

15+
namespace Pyrus\ChannelFile;
16+
1517
/**
1618
* Base class for a PEAR channel.
1719
*
@@ -22,7 +24,6 @@
2224
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
2325
* @link https://github.com/pyrus/Pyrus
2426
*/
25-
namespace Pyrus\ChannelFile;
2627
class v1 extends \Pyrus\ChannelFile implements \Pyrus\ChannelFileInterface
2728
{
2829
/**

src/Pyrus/ChannelRegistry.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* @link https://github.com/pyrus/Pyrus
1313
*/
1414

15+
namespace Pyrus;
16+
1517
/**
1618
* Base class for Pyrus.
1719
*
@@ -22,7 +24,6 @@
2224
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
2325
* @link https://github.com/pyrus/Pyrus
2426
*/
25-
namespace Pyrus;
2627
class ChannelRegistry implements \ArrayAccess, \IteratorAggregate, \Pyrus\ChannelRegistryInterface
2728
{
2829
/**

0 commit comments

Comments
 (0)