Merge "Fix a few minor mistakes in PHPDoc tags"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 15 Sep 2017 19:18:17 +0000 (19:18 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 15 Sep 2017 19:18:17 +0000 (19:18 +0000)
includes/XmlJsCode.php
includes/rcfeed/RedisPubSubFeedEngine.php
includes/search/SearchNearMatcher.php

index 35a0607..1b90a1f 100644 (file)
@@ -26,7 +26,7 @@
  * @par Example:
  * @code
  *     Xml::encodeJsVar( new XmlJsCode( 'a + b' ) );
- * @encode
+ * @endcode
  *
  * This returns "a + b".
  *
index 3abc9c1..8a3aa0c 100644 (file)
@@ -33,7 +33,7 @@
  *      'formatter' => 'JSONRCFeedFormatter',
  *      'uri'       => "redis://127.0.0.1:6379/rc.$wgDBname",
  * );
- * @encode
+ * @endcode
  *
  * @since 1.22
  */
index 8e86865..27046f3 100644 (file)
@@ -6,8 +6,7 @@
  */
 class SearchNearMatcher {
        /**
-        * Configuration object.
-        * @param Config $config
+        * @var Config
         */
        protected $config;