Browse Source

Fix typehint in docblock

ADmad 6 years ago
parent
commit
ea8e6d0fa6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Schema/TableSchemaAwareInterface.php

+ 1 - 1
src/Database/Schema/TableSchemaAwareInterface.php

@@ -31,7 +31,7 @@ interface TableSchemaAwareInterface
     /**
      * Get and set the schema for this fixture.
      *
-     * @param \Cake\Database\Schema\TableSchemaInterface$schema $schema The table to set.
+     * @param \Cake\Database\Schema\TableSchemaInterface&\Cake\Database\Schema\SqlGeneratorInterface $schema The table to set.
      * @return $this
      */
     public function setTableSchema($schema);