Change @inheritdoc to @inheritDoc
[lhc/web/wiklou.git] / includes / changes / ChangesListStringOptionsFilter.php
index 76d0bef..930ba12 100644 (file)
@@ -9,14 +9,14 @@
  */
 class ChangesListStringOptionsFilter extends ChangesListFilter {
        /**
-        * @inheritdoc
+        * @inheritDoc
         */
        public function displaysOnUnstructuredUi() {
                return false;
        }
 
        /**
-        * @inheritdoc
+        * @inheritDoc
         */
        public function isSelected( FormOptions $opts ) {
                $option = $opts[ $this->getGroup()->getName() ];