Skip to content

Commit

Permalink
Use correct return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 13, 2016
1 parent 6637f59 commit d5f614b
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 d5f614b

Please sign in to comment.