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