Skip to content

Commit

Permalink
Fixed Lint errors found Missing parameter comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JRDuncan committed Nov 19, 2019
1 parent 73eed45 commit f5f1524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Phinx/Db/Table/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public function getIncrement()
/**
* Sets the column identity seed.
*
* @param int $seed
* @param int $seed Number seed
* @return \Phinx\Db\Table\Column
*/
public function setSeed($seed)
Expand All @@ -384,7 +384,7 @@ public function setSeed($seed)
/**
* Sets the column identity increment.
*
* @param int $increment
* @param int $increment Number increment
* @return \Phinx\Db\Table\Column
*/
public function setIncrement($increment)
Expand Down

0 comments on commit f5f1524

Please sign in to comment.