[MediaWiki-commits] [Gerrit] mediawiki...WikibaseQualityConstraints[master]: Use self reference instead of repeating the class name

2018-01-09 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/403137 )

Change subject: Use self reference instead of repeating the class name
..


Use self reference instead of repeating the class name

Change-Id: I605a4c287d695db3b019495632c1624c2b54c405
---
M src/ConstraintCheck/Cache/CachingMetadata.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Lucas Werkmeister (WMDE): Looks good to me, approved
  jenkins-bot: Verified



diff --git a/src/ConstraintCheck/Cache/CachingMetadata.php 
b/src/ConstraintCheck/Cache/CachingMetadata.php
index 328be5a..b1867b1 100644
--- a/src/ConstraintCheck/Cache/CachingMetadata.php
+++ b/src/ConstraintCheck/Cache/CachingMetadata.php
@@ -40,7 +40,7 @@
/**
 * Deserializes the metadata from an array (or null if the value is 
fresh).
 * @param array|null $array As returned by toArray.
-* @return CachingMetadata
+* @return self
 */
public static function ofArray( array $array = null ) {
$ret = new self;

-- 
To view, visit https://gerrit.wikimedia.org/r/403137
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I605a4c287d695db3b019495632c1624c2b54c405
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Thiemo Kreuz (WMDE) 
Gerrit-Reviewer: Lucas Werkmeister (WMDE) 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] mediawiki...WikibaseQualityConstraints[master]: Use self reference instead of repeating the class name

2018-01-09 Thread Thiemo Kreuz (WMDE) (Code Review)
Thiemo Kreuz (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/403137 )

Change subject: Use self reference instead of repeating the class name
..

Use self reference instead of repeating the class name

Change-Id: I605a4c287d695db3b019495632c1624c2b54c405
---
M src/ConstraintCheck/Cache/CachingMetadata.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseQualityConstraints
 refs/changes/37/403137/1

diff --git a/src/ConstraintCheck/Cache/CachingMetadata.php 
b/src/ConstraintCheck/Cache/CachingMetadata.php
index 328be5a..b1867b1 100644
--- a/src/ConstraintCheck/Cache/CachingMetadata.php
+++ b/src/ConstraintCheck/Cache/CachingMetadata.php
@@ -40,7 +40,7 @@
/**
 * Deserializes the metadata from an array (or null if the value is 
fresh).
 * @param array|null $array As returned by toArray.
-* @return CachingMetadata
+* @return self
 */
public static function ofArray( array $array = null ) {
$ret = new self;

-- 
To view, visit https://gerrit.wikimedia.org/r/403137
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I605a4c287d695db3b019495632c1624c2b54c405
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Thiemo Kreuz (WMDE) 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits