Skip to content

Commit

Permalink
Merge pull request #275 from cakephp/master-doc
Browse files Browse the repository at this point in the history
Use correct return type.
  • Loading branch information
HavokInspiration authored Nov 14, 2016
2 parents 6637f59 + d5f614b commit a7d36f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AbstractMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class AbstractMigration extends BaseAbstractMigration

/**
* {@inheritdoc}
*
* @return \Migrations\Table
*/
public function table($tableName, $options = array())
{
Expand Down

0 comments on commit a7d36f1

Please sign in to comment.