Skip to content

Commit

Permalink
Family name of Thiemo changed
Browse files Browse the repository at this point in the history
  • Loading branch information
thiemowmde committed Nov 29, 2017
1 parent 20aabfe commit 16bc1d2
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion src/Diff/Internal/AliasGroupListPatcher.php
Expand Up @@ -17,7 +17,7 @@
*
* @license GPL-2.0+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class AliasGroupListPatcher {

Expand Down
2 changes: 1 addition & 1 deletion src/Diff/Internal/FingerprintPatcher.php
Expand Up @@ -14,7 +14,7 @@
*
* @license GPL-2.0+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class FingerprintPatcher {

Expand Down
2 changes: 1 addition & 1 deletion src/Diff/Internal/SiteLinkListPatcher.php
Expand Up @@ -14,7 +14,7 @@
*
* @license GPL-2.0+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class SiteLinkListPatcher {

Expand Down
2 changes: 1 addition & 1 deletion src/Diff/StatementListPatcher.php
Expand Up @@ -16,7 +16,7 @@
*
* @license GPL-2.0+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class StatementListPatcher {

Expand Down
2 changes: 1 addition & 1 deletion src/Diff/TermListPatcher.php
Expand Up @@ -15,7 +15,7 @@
*
* @license GPL-2.0+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class TermListPatcher {

Expand Down
2 changes: 1 addition & 1 deletion src/EntityId/EntityIdComposer.php
Expand Up @@ -17,7 +17,7 @@
* @since 3.9
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class EntityIdComposer {

Expand Down
2 changes: 1 addition & 1 deletion src/EntityId/EntityIdFormatter.php
Expand Up @@ -9,7 +9,7 @@
*
* @license GPL-2.0+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
interface EntityIdFormatter {

Expand Down
2 changes: 1 addition & 1 deletion src/EntityId/PlainEntityIdFormatter.php
Expand Up @@ -9,7 +9,7 @@
*
* @license GPL-2.0+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class PlainEntityIdFormatter implements EntityIdFormatter {

Expand Down
2 changes: 1 addition & 1 deletion src/Statement/Filter/DataTypeStatementFilter.php
Expand Up @@ -14,7 +14,7 @@
* @since 3.2
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class DataTypeStatementFilter implements StatementFilter {

Expand Down
2 changes: 1 addition & 1 deletion src/Statement/Filter/NullStatementFilter.php
Expand Up @@ -13,7 +13,7 @@
* @since 3.2
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class NullStatementFilter implements StatementFilter {

Expand Down
2 changes: 1 addition & 1 deletion src/Statement/Filter/PropertySetStatementFilter.php
Expand Up @@ -12,7 +12,7 @@
* @since 3.2
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class PropertySetStatementFilter implements StatementFilter {

Expand Down
2 changes: 1 addition & 1 deletion src/Statement/Grouper/ByPropertyIdStatementGrouper.php
Expand Up @@ -8,7 +8,7 @@
* @since 3.2
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class ByPropertyIdStatementGrouper implements StatementGrouper {

Expand Down
2 changes: 1 addition & 1 deletion src/Statement/Grouper/FilteringStatementGrouper.php
Expand Up @@ -11,7 +11,7 @@
* @since 3.2
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class FilteringStatementGrouper implements StatementGrouper {

Expand Down
2 changes: 1 addition & 1 deletion src/Statement/Grouper/NullStatementGrouper.php
Expand Up @@ -11,7 +11,7 @@
* @since 3.2
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class NullStatementGrouper implements StatementGrouper {

Expand Down
2 changes: 1 addition & 1 deletion src/Statement/Grouper/StatementGrouper.php
Expand Up @@ -8,7 +8,7 @@
* @since 3.2
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
interface StatementGrouper {

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/ByPropertyIdGrouperTest.php
Expand Up @@ -16,7 +16,7 @@
*
* @license GPL-2.0+
* @author Bene* < benestar.wikimedia@gmail.com >
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class ByPropertyIdGrouperTest extends PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Diff/Internal/FingerprintPatcherTest.php
Expand Up @@ -15,7 +15,7 @@
*
* @license GPL-2.0+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class FingerprintPatcherTest extends \PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Diff/StatementListPatcherTest.php
Expand Up @@ -19,7 +19,7 @@
*
* @license GPL-2.0+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class StatementListPatcherTest extends \PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/EntityId/EntityIdComposerTest.php
Expand Up @@ -13,7 +13,7 @@
* @covers Wikibase\DataModel\Services\EntityId\EntityIdComposer
*
* @licence GNU GPL v2+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class EntityIdComposerTest extends PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Lookup/EntityRedirectLookupExceptionTest.php
Expand Up @@ -11,7 +11,7 @@
* @covers Wikibase\DataModel\Services\Lookup\EntityRedirectLookupException
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class EntityRedirectLookupExceptionTest extends PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Lookup/LabelDescriptionLookupExceptionTest.php
Expand Up @@ -11,7 +11,7 @@
* @covers Wikibase\DataModel\Services\Lookup\LabelDescriptionLookupException
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class LabelDescriptionLookupExceptionTest extends PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Lookup/PropertyDataTypeLookupExceptionTest.php
Expand Up @@ -11,7 +11,7 @@
* @covers Wikibase\DataModel\Services\Lookup\PropertyDataTypeLookupException
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class PropertyDataTypeLookupExceptionTest extends PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Lookup/TermLookupExceptionTest.php
Expand Up @@ -11,7 +11,7 @@
* @covers Wikibase\DataModel\Services\Lookup\TermLookupException
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class TermLookupExceptionTest extends PHPUnit_Framework_TestCase {

Expand Down
Expand Up @@ -11,7 +11,7 @@
* @covers Wikibase\DataModel\Services\Lookup\UnresolvedEntityRedirectException
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class UnresolvedEntityRedirectExceptionTest extends PHPUnit_Framework_TestCase {

Expand Down
Expand Up @@ -14,7 +14,7 @@
* @covers Wikibase\DataModel\Services\Statement\Filter\DataTypeStatementFilter
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class DataTypeStatementFilterTest extends PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Statement/Filter/NullStatementFilterTest.php
Expand Up @@ -11,7 +11,7 @@
* @covers Wikibase\DataModel\Services\Statement\Filter\NullStatementFilter
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class NullStatementFilterTest extends PHPUnit_Framework_TestCase {

Expand Down
Expand Up @@ -11,7 +11,7 @@
* @covers Wikibase\DataModel\Services\Statement\Filter\PropertySetStatementFilter
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class PropertySetStatementFilterTest extends PHPUnit_Framework_TestCase {

Expand Down
Expand Up @@ -12,7 +12,7 @@
* @covers Wikibase\DataModel\Services\Statement\Grouper\ByPropertyIdStatementGrouper
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class ByPropertyIdStatementGrouperTest extends PHPUnit_Framework_TestCase {

Expand Down
Expand Up @@ -14,7 +14,7 @@
* @covers Wikibase\DataModel\Services\Statement\Grouper\FilteringStatementGrouper
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class FilteringStatementGrouperTest extends PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Statement/Grouper/NullStatementGrouperTest.php
Expand Up @@ -11,7 +11,7 @@
* @covers Wikibase\DataModel\Services\Statement\Grouper\NullStatementGrouper
*
* @license GPL-2.0+
* @author Thiemo Mättig
* @author Thiemo Kreuz
*/
class NullStatementGrouperTest extends PHPUnit_Framework_TestCase {

Expand Down

0 comments on commit 16bc1d2

Please sign in to comment.