File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class Column extends AbstractAsset
52
52
protected $ _comment ;
53
53
54
54
/**
55
- * @deprecated Use {@link $_platformOptions instead}
55
+ * @deprecated Use {@link $_platformOptions} instead
56
56
*
57
57
* @var mixed[]
58
58
*/
@@ -353,7 +353,7 @@ public function getComment()
353
353
}
354
354
355
355
/**
356
- * @deprecated Use {@link setPlatformOption() instead}
356
+ * @deprecated Use {@link setPlatformOption()} instead
357
357
*
358
358
* @param string $name
359
359
* @param mixed $value
@@ -374,7 +374,7 @@ public function setCustomSchemaOption($name, $value)
374
374
}
375
375
376
376
/**
377
- * @deprecated Use {@link hasPlatformOption() instead}
377
+ * @deprecated Use {@link hasPlatformOption()} instead
378
378
*
379
379
* @param string $name
380
380
*
@@ -392,7 +392,7 @@ public function hasCustomSchemaOption($name)
392
392
}
393
393
394
394
/**
395
- * @deprecated Use {@link getPlatformOption() instead}
395
+ * @deprecated Use {@link getPlatformOption()} instead
396
396
*
397
397
* @param string $name
398
398
*
@@ -410,7 +410,7 @@ public function getCustomSchemaOption($name)
410
410
}
411
411
412
412
/**
413
- * @deprecated Use {@link setPlatformOptions() instead}
413
+ * @deprecated Use {@link setPlatformOptions()} instead
414
414
*
415
415
* @param mixed[] $customSchemaOptions
416
416
*
@@ -430,7 +430,7 @@ public function setCustomSchemaOptions(array $customSchemaOptions)
430
430
}
431
431
432
432
/**
433
- * @deprecated Use {@link getPlatformOptions() instead}
433
+ * @deprecated Use {@link getPlatformOptions()} instead
434
434
*
435
435
* @return mixed[]
436
436
*/
You can’t perform that action at this time.
0 commit comments