Skip to content

Commit

Permalink
[5.2] Tweak docblock of alias
Browse files Browse the repository at this point in the history
Update docblocks to reflect changes introduced by commit 720a116897a4cc6780fa22f34d30c5986eafc581
  • Loading branch information
miclf committed Mar 9, 2016
1 parent 7004379 commit d83038f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Schema/Blueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,8 @@ public function timestampTz($column)

/**
* Add nullable creation and update timestamps to the table.
*
* Alias for self::timestamps().
*
* @return void
*/
Expand All @@ -783,7 +785,7 @@ public function nullableTimestamps()
}

/**
* Add creation and update timestamps to the table.
* Add nullable creation and update timestamps to the table.
*
* @return void
*/
Expand Down

0 comments on commit d83038f

Please sign in to comment.