X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsearch%2FSearchIndexFieldDefinition.php;h=d0d2b89947af453de8268d8587183c0aac950700;hb=7b69a2b340c643ec28138c29e60d4632fafc7939;hp=a11dff9fc70fe3377aa711380cdb66f49998b611;hpb=15f6eff90c305d405fe4331c8a8dc8caa842e5b3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/SearchIndexFieldDefinition.php b/includes/search/SearchIndexFieldDefinition.php index a11dff9fc7..d0d2b89947 100644 --- a/includes/search/SearchIndexFieldDefinition.php +++ b/includes/search/SearchIndexFieldDefinition.php @@ -20,7 +20,7 @@ abstract class SearchIndexFieldDefinition implements SearchIndexField { /** * Type of the field, one of the constants above * - * @var int + * @var string */ protected $type; @@ -44,7 +44,7 @@ abstract class SearchIndexFieldDefinition implements SearchIndexField { /** * @param string $name Field name - * @param int $type Index type + * @param string $type Index type */ public function __construct( $name, $type ) { $this->name = $name;