Change @inheritdoc to @inheritDoc
[lhc/web/wiklou.git] / includes / search / SearchIndexFieldDefinition.php
index e3e01e8..9a637d8 100644 (file)
@@ -39,7 +39,6 @@ abstract class SearchIndexFieldDefinition implements SearchIndexField {
        private $mergeCallback;
 
        /**
-        * SearchIndexFieldDefinition constructor.
         * @param string $name Field name
         * @param int    $type Index type
         */
@@ -142,7 +141,7 @@ abstract class SearchIndexFieldDefinition implements SearchIndexField {
        }
 
        /**
-        * {@inheritDoc}
+        * @inheritDoc
         */
        public function getEngineHints( SearchEngine $engine ) {
                return [];