Skip to content

Commit a1da741

Browse files
committed
phpdoc fixes
1 parent 01ef970 commit a1da741

18 files changed

Lines changed: 53 additions & 53 deletions

src/Brainbits/Blocking/Adapter/AdapterInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/**
33
* This file is part of the brainbits block package.
44
*
5-
* @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6-
* @license http://www.makeweb.de/LICENCE Dummy Licence
5+
* @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+
* @license http://www.brainbits.net/LICENCE Dummy Licence
77
*/
88

99
namespace Brainbits\Blocking\Adapter;
@@ -14,7 +14,7 @@
1414
/**
1515
* Block adapter interface
1616
*
17-
* @author Stephan Wentz <sw@brainbits.net>
17+
* @author Stephan Wentz <sw@brainbits.net>
1818
*/
1919
interface AdapterInterface
2020
{

src/Brainbits/Blocking/Adapter/FilesystemAdapter.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/**
33
* This file is part of the brainbits block package.
44
*
5-
* @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6-
* @license http://www.makeweb.de/LICENCE Dummy Licence
5+
* @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+
* @license http://www.brainbits.net/LICENCE Dummy Licence
77
*/
88

99
namespace Brainbits\Blocking\Adapter;
@@ -16,7 +16,7 @@
1616
* Filesystem block adapter
1717
* Uses files for storing block information
1818
*
19-
* @author Stephan Wentz <sw@brainbits.net>
19+
* @author Stephan Wentz <sw@brainbits.net>
2020
*/
2121
class FilesystemAdapter implements AdapterInterface
2222
{

src/Brainbits/Blocking/Block.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/**
33
* This file is part of the brainbits block package.
44
*
5-
* @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6-
* @license http://www.makeweb.de/LICENCE Dummy Licence
5+
* @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+
* @license http://www.brainbits.net/LICENCE Dummy Licence
77
*/
88

99
namespace Brainbits\Blocking;
@@ -14,7 +14,7 @@
1414
/**
1515
* Default block
1616
*
17-
* @author Stephan Wentz <sw@brainbits.net>
17+
* @author Stephan Wentz <sw@brainbits.net>
1818
*/
1919
class Block implements BlockInterface
2020
{

src/Brainbits/Blocking/BlockInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/**
33
* This file is part of the brainbits block package.
44
*
5-
* @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6-
* @license http://www.makeweb.de/LICENCE Dummy Licence
5+
* @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+
* @license http://www.brainbits.net/LICENCE Dummy Licence
77
*/
88

99
namespace Brainbits\Blocking;
@@ -14,7 +14,7 @@
1414
/**
1515
* Block interface
1616
*
17-
* @author Stephan Wentz <sw@brainbits.net>
17+
* @author Stephan Wentz <sw@brainbits.net>
1818
*/
1919
interface BlockInterface
2020
{

src/Brainbits/Blocking/BlockableInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/**
33
* This file is part of the brainbits block package.
44
*
5-
* @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6-
* @license http://www.makeweb.de/LICENCE Dummy Licence
5+
* @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+
* @license http://www.brainbits.net/LICENCE Dummy Licence
77
*/
88

99
namespace Brainbits\Blocking;
@@ -13,7 +13,7 @@
1313
/**
1414
* Blockable interface
1515
*
16-
* @author Stephan Wentz <sw@brainbits.net>
16+
* @author Stephan Wentz <sw@brainbits.net>
1717
*/
1818
interface BlockableInterface
1919
{

src/Brainbits/Blocking/Blocker.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/**
33
* This file is part of the brainbits block package.
44
*
5-
* @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6-
* @license http://www.makeweb.de/LICENCE Dummy Licence
5+
* @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+
* @license http://www.brainbits.net/LICENCE Dummy Licence
77
*/
88

99
namespace Brainbits\Blocking;
@@ -16,7 +16,7 @@
1616
/**
1717
* Blocker
1818
*
19-
* @author Stephan Wentz <sw@brainbits.net>
19+
* @author Stephan Wentz <sw@brainbits.net>
2020
*/
2121
class Blocker
2222
{

src/Brainbits/Blocking/Identifier/Identifier.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
/**
33
* This file is part of the brainbits block package.
44
*
5-
* @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6-
* @license http://www.makeweb.de/LICENCE Dummy Licence
5+
* @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+
* @license http://www.brainbits.net/LICENCE Dummy Licence
77
*/
88

99
namespace Brainbits\Blocking\Identifier;
1010

1111
/**
1212
* Default identifier
1313
*
14-
* @author Stephan Wentz <sw@brainbits.net>
14+
* @author Stephan Wentz <sw@brainbits.net>
1515
*/
1616
class Identifier implements IdentifierInterface
1717
{

src/Brainbits/Blocking/Identifier/IdentifierInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
/**
33
* This file is part of the brainbits block package.
44
*
5-
* @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6-
* @license http://www.makeweb.de/LICENCE Dummy Licence
5+
* @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+
* @license http://www.brainbits.net/LICENCE Dummy Licence
77
*/
88

99
namespace Brainbits\Blocking\Identifier;
1010

1111
/**
1212
* Block identifier interface
1313
*
14-
* @author Stephan Wentz <sw@brainbits.net>
14+
* @author Stephan Wentz <sw@brainbits.net>
1515
*/
1616
interface IdentifierInterface
1717
{

src/Brainbits/Blocking/Owner/OwnerInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
/**
33
* This file is part of the brainbits block package.
44
*
5-
* @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6-
* @license http://www.makeweb.de/LICENCE Dummy Licence
5+
* @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+
* @license http://www.brainbits.net/LICENCE Dummy Licence
77
*/
88

99
namespace Brainbits\Blocking\Owner;
1010

1111
/**
1212
* Block owner interface
1313
*
14-
* @author Stephan Wentz <sw@brainbits.net>
14+
* @author Stephan Wentz <sw@brainbits.net>
1515
*/
1616
interface OwnerInterface
1717
{

src/Brainbits/Blocking/Owner/SessionOwner.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/**
33
* This file is part of the brainbits block package.
44
*
5-
* @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6-
* @license http://www.makeweb.de/LICENCE Dummy Licence
5+
* @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+
* @license http://www.brainbits.net/LICENCE Dummy Licence
77
*/
88

99
namespace Brainbits\Blocking\Owner;
@@ -13,7 +13,7 @@
1313
/**
1414
* Session owner
1515
*
16-
* @author Stephan Wentz <sw@brainbits.net>
16+
* @author Stephan Wentz <sw@brainbits.net>
1717
*/
1818
class SessionOwner implements OwnerInterface
1919
{

0 commit comments

Comments
 (0)