Skip to content

Commit 2daf33f

Browse files
thiemowmdeWMDE bot
authored andcommitted
Remove obsolete comments and enable FunctionComment.WrongStyle sniff
I believe these comments are all obsolete by now. I tried to understand what each comment means, and what value it brings when we keep it around. I think there is not much and suggest to just remove them. Change-Id: Ifdd27f126892edd91e10d169ff8464acf03cd856
1 parent ac8777d commit 2daf33f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

tests/unit/Entity/ItemTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,6 @@ public function testOriginalDoesNotChangeWithClone( Item $original, Item $clone
391391
$this->assertFalse( $original->getSiteLinkList()->isEmpty() );
392392
}
393393

394-
// Below are tests copied from EntityTest
395-
396394
public static function labelProvider() {
397395
return [
398396
[ 'en', 'spam' ],

tests/unit/Entity/PropertyTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ public function testOriginalDoesNotChangeWithClone( Property $original, Property
265265
$this->assertTrue( $originalStatement->getReferences()->isEmpty() );
266266
}
267267

268-
// Below are tests copied from EntityTest
269-
270268
public static function labelProvider() {
271269
return [
272270
[ 'en', 'spam' ],

0 commit comments

Comments
 (0)