@@ -488,7 +488,7 @@ |
||
| 488 | 488 | /** |
| 489 | 489 | * Cache all indexes for the given class. Will do nothing if already cached. |
| 490 | 490 | * |
| 491 | - * @param $class |
|
| 491 | + * @param string $class |
|
| 492 | 492 | */ |
| 493 | 493 | protected function cacheDatabaseIndexes($class) |
| 494 | 494 | { |
@@ -23,6 +23,7 @@ |
||
| 23 | 23 | * Set the default value for "nullify empty" |
| 24 | 24 | * |
| 25 | 25 | * {@inheritDoc} |
| 26 | + * @param string $name |
|
| 26 | 27 | */ |
| 27 | 28 | public function __construct($name = null, $options = []) |
| 28 | 29 | { |
@@ -27,8 +27,6 @@ |
||
| 27 | 27 | /** |
| 28 | 28 | * Set the desired index type to use |
| 29 | 29 | * |
| 30 | - * @param string|bool $indexType Either of the types listed in {@link SilverStripe\ORM\FieldType\DBIndexable}, or |
|
| 31 | - * boolean true to indicate that the default index type should be used. |
|
| 32 | 30 | * @return $this |
| 33 | 31 | * @throws InvalidArgumentException If $type is not one of TYPE_INDEX, TYPE_UNIQUE or TYPE_FULLTEXT |
| 34 | 32 | */ |