X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsearch%2FSearchIndexFieldDefinition.php;h=d0d2b89947af453de8268d8587183c0aac950700;hb=574bd38c04cda411b6382046e0553d85fffc9aa9;hp=a11dff9fc70fe3377aa711380cdb66f49998b611;hpb=19a84db108b86f8d4b94bde8e9c34add9f13cc31;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;