Skip to content

Commit 5def64b

Browse files
committed
nit: Make linter happy
1 parent d79ced2 commit 5def64b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

includes/EmbedVideo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,4 +651,4 @@ private function addModules(): void {
651651
);
652652
}
653653
}
654-
}
654+
}

tests/phpunit/EmbedService/Deezer/DeezerAlbumTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ public function testServiceKey() {
104104
$service = new DeezerAlbum( $this->validUrlId );
105105
$this->assertEquals( 'deezer', $service->getServiceKey() );
106106
}
107-
}
107+
}

tests/phpunit/EmbedService/Deezer/DeezerArtistTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ public function testServiceKey() {
104104
$service = new DeezerArtist( $this->validUrlId );
105105
$this->assertEquals( 'deezer', $service->getServiceKey() );
106106
}
107-
}
107+
}

tests/phpunit/EmbedService/Deezer/DeezerEpisodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ public function testServiceKey() {
104104
$service = new DeezerEpisode( $this->validUrlId );
105105
$this->assertEquals( 'deezer', $service->getServiceKey() );
106106
}
107-
}
107+
}

tests/phpunit/EmbedService/Deezer/DeezerPlaylistTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ public function testServiceKey() {
104104
$service = new DeezerPlaylist( $this->validUrlId );
105105
$this->assertEquals( 'deezer', $service->getServiceKey() );
106106
}
107-
}
107+
}

tests/phpunit/EmbedService/Deezer/DeezerShowTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ public function testServiceKey() {
104104
$service = new DeezerShow( $this->validUrlId );
105105
$this->assertEquals( 'deezer', $service->getServiceKey() );
106106
}
107-
}
107+
}

tests/phpunit/EmbedService/Deezer/DeezerTrackTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ public function testServiceKey() {
104104
$service = new DeezerTrack( $this->validUrlId );
105105
$this->assertEquals( 'deezer', $service->getServiceKey() );
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)