Skip to content

Commit

Permalink
remove useless phpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
zloblin committed Jul 31, 2019
1 parent 3b5e588 commit f8c7ca7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Schema/Blueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ public function hasIndex($index, bool $unique = false): bool

/**
* Almost like 'decimal' type, but can be with variable precision (by default)
* @param string $column
* @param int|null $precision
* @param int|null $scale
* @return ColumnDefinition
*/
public function numeric(string $column, ?int $precision = null, ?int $scale = null): ColumnDefinition
{
Expand Down

0 comments on commit f8c7ca7

Please sign in to comment.