Skip to content

Commit

Permalink
Remove incorrect since tags
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt authored and JeroenDeDauw committed Oct 9, 2020
1 parent 599cc01 commit 0ea1116
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/MediaWiki/Hooks/SidebarBeforeOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* @see https://www.mediawiki.org/wiki/Manual:Hooks/SidebarBeforeOutput
*
* @license GNU GPL v2+
* @since 3.2
*
* @author StarHeartHunt
*/
Expand All @@ -29,7 +28,6 @@ class SidebarBeforeOutput implements HookListener {
private $namespaceExaminer;

/**
* @since 1.9
*
* @param NamespaceExaminer $namespaceExaminer
*/
Expand All @@ -38,7 +36,6 @@ public function __construct( NamespaceExaminer $namespaceExaminer ) {
}

/**
* @since 1.9
*
* @param $skin
* @param &$sidebar
Expand Down

0 comments on commit 0ea1116

Please sign in to comment.