Skip to content

Commit da1ab43

Browse files
authored
Merge pull request #6008 from simPod/instead
2 parents 50f63fd + 542cdda commit da1ab43

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Schema/Column.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Column extends AbstractAsset
5252
protected $_comment;
5353

5454
/**
55-
* @deprecated Use {@link $_platformOptions instead}
55+
* @deprecated Use {@link $_platformOptions} instead
5656
*
5757
* @var mixed[]
5858
*/
@@ -353,7 +353,7 @@ public function getComment()
353353
}
354354

355355
/**
356-
* @deprecated Use {@link setPlatformOption() instead}
356+
* @deprecated Use {@link setPlatformOption()} instead
357357
*
358358
* @param string $name
359359
* @param mixed $value
@@ -374,7 +374,7 @@ public function setCustomSchemaOption($name, $value)
374374
}
375375

376376
/**
377-
* @deprecated Use {@link hasPlatformOption() instead}
377+
* @deprecated Use {@link hasPlatformOption()} instead
378378
*
379379
* @param string $name
380380
*
@@ -392,7 +392,7 @@ public function hasCustomSchemaOption($name)
392392
}
393393

394394
/**
395-
* @deprecated Use {@link getPlatformOption() instead}
395+
* @deprecated Use {@link getPlatformOption()} instead
396396
*
397397
* @param string $name
398398
*
@@ -410,7 +410,7 @@ public function getCustomSchemaOption($name)
410410
}
411411

412412
/**
413-
* @deprecated Use {@link setPlatformOptions() instead}
413+
* @deprecated Use {@link setPlatformOptions()} instead
414414
*
415415
* @param mixed[] $customSchemaOptions
416416
*
@@ -430,7 +430,7 @@ public function setCustomSchemaOptions(array $customSchemaOptions)
430430
}
431431

432432
/**
433-
* @deprecated Use {@link getPlatformOptions() instead}
433+
* @deprecated Use {@link getPlatformOptions()} instead
434434
*
435435
* @return mixed[]
436436
*/

0 commit comments

Comments
 (0)