Merge "Show a warning in edit preview when a template loop is detected"
[lhc/web/wiklou.git] / includes / search / PerRowAugmentor.php
index 8eb8b17..a3979f7 100644 (file)
@@ -12,7 +12,6 @@ class PerRowAugmentor implements ResultSetAugmentor {
        private $rowAugmentor;
 
        /**
-        * PerRowAugmentor constructor.
         * @param ResultAugmentor $augmentor Per-result augmentor to use.
         */
        public function __construct( ResultAugmentor $augmentor ) {