Completed
Pull Request — master (#7055)
by Robbie
14:05 queued 05:18
created
src/ORM/DataObjectSchema.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -488,7 +488,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/ORM/FieldType/DBString.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -23,6 +23,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/ORM/FieldType/DBIndexable.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.