X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsearch%2FPerRowAugmentor.php;h=a3979f7b71e903e710b33476f2db3c2b027741b6;hb=b90e38192c1e1e6b9bb73f46c6f6a0b89f83548d;hp=8eb8b17c111061d1cf8c393a42a33be5d34af938;hpb=65d7d79d1ba09afc362f9e542b7df97b7ecc9c3e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/PerRowAugmentor.php b/includes/search/PerRowAugmentor.php index 8eb8b17c11..a3979f7b71 100644 --- a/includes/search/PerRowAugmentor.php +++ b/includes/search/PerRowAugmentor.php @@ -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 ) {