Skip to content

Commit bc841af

Browse files
committed
@author Addshore for me everywhere
1 parent 7df08f1 commit bc841af

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/Entity/EntityIdParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @since 4.2
99
*
1010
* @licence GNU GPL v2+
11-
* @author Adam Shorland
11+
* @author Addshore
1212
*/
1313
interface EntityIdParser {
1414

src/Snak/DerivedPropertyValueSnak.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @since 3.1
2626
*
2727
* @licence GNU GPL v2+
28-
* @author Adam Shorland
28+
* @author Addshore
2929
*/
3030
class DerivedPropertyValueSnak extends PropertyValueSnak {
3131

src/Snak/SnakList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @licence GNU GPL v2+
1515
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
16-
* @author Adam Shorland
16+
* @author Addshore
1717
*/
1818
class SnakList extends HashArray {
1919

src/Statement/StatementGuid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @since 3.0
1515
*
1616
* @licence GNU GPL v2+
17-
* @author Adam Shorland
17+
* @author Addshore
1818
*/
1919
class StatementGuid implements Comparable {
2020

tests/unit/Snak/DerivedPropertyValueSnakTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @group WikibaseSnak
1919
*
2020
* @licence GNU GPL v2+
21-
* @author Adam Shorland
21+
* @author Addshore
2222
*/
2323
class DerivedPropertyValueSnakTest extends PHPUnit_Framework_TestCase {
2424

tests/unit/Snak/SnakListTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* @licence GNU GPL v2+
2828
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
29-
* @author Adam Shorland
29+
* @author Addshore
3030
* @author Thiemo Mättig
3131
*/
3232
class SnakListTest extends HashArrayTest {

tests/unit/Statement/StatementGuidTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @group ClaimGuidTest
1616
*
1717
* @licence GNU GPL v2+
18-
* @author Adam Shorland
18+
* @author Addshore
1919
*/
2020
class StatementGuidTest extends \PHPUnit_Framework_TestCase {
2121

0 commit comments

Comments
 (0)