Skip to content

Commit 233372f

Browse files
umherirrenderWMDE bot
authored andcommitted
Remove empty line in doc blocks or empty doc blocks
autofixed issues from upcoming mediawiki-codesniffer v48.0.0 Change-Id: I006fd1d16c34ef9763b4987aecfcd3c2e26ddcfd
1 parent c7e8fcd commit 233372f

17 files changed

+0
-17
lines changed

src/Entity/EntityDocument.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public function setId( $id );
5959
public function isEmpty();
6060

6161
/**
62-
*
6362
* Two entities are considered equal if they are of the same type and have the same value. The
6463
* value does not include the id, so entities with the same value but different id are
6564
* considered equal.

src/Entity/SerializableEntityId.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use InvalidArgumentException;
66

77
/**
8-
*
98
* @license GPL-2.0-or-later
109
*/
1110
abstract class SerializableEntityId implements EntityId {

src/Reference.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public function getHash() {
9090
}
9191

9292
/**
93-
*
9493
* The comparison is done purely value based, ignoring the order of the snaks.
9594
*
9695
* @since 0.3

src/SiteLink.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ public function getBadges() {
106106
}
107107

108108
/**
109-
*
110109
* @since 0.7.4
111110
*
112111
* @param mixed $target

src/SiteLinkList.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ public function hasLinkWithSiteId( $siteId ) {
149149
}
150150

151151
/**
152-
*
153152
* @since 0.7.4
154153
*
155154
* @param mixed $target

src/Snak/Snak.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ interface Snak extends Serializable, PropertyIdProvider {
2626
public function getType();
2727

2828
/**
29-
*
3029
* @return string
3130
*/
3231
public function getHash();

src/Snak/SnakList.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ public function getSnak( $snakHash ) {
122122
}
123123

124124
/**
125-
*
126125
* The comparison is done purely value based, ignoring the order of the elements in the array.
127126
*
128127
* @since 0.3

src/Snak/SnakObject.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public function getSerializationForHash(): string {
8282
}
8383

8484
/**
85-
*
8685
* @since 0.3
8786
*
8887
* @param mixed $target

src/Statement/Statement.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ public function getAllSnaks(): array {
251251
}
252252

253253
/**
254-
*
255254
* @since 0.7.4
256255
*
257256
* @param mixed $target

src/Statement/StatementList.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ public function count(): int {
274274
}
275275

276276
/**
277-
*
278277
* @param mixed $target
279278
*
280279
* @return bool

0 commit comments

Comments
 (0)