Skip to content

Commit 2eaa6f2

Browse files
Normalize comments for timestampsTz() and nullableTimestampsTz() (#56840)
1 parent aa429f1 commit 2eaa6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Database/Schema/Blueprint.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ public function nullableTimestamps($precision = null)
12661266
}
12671267

12681268
/**
1269-
* Add creation and update timestampTz columns to the table.
1269+
* Add nullable creation and update timestampTz columns to the table.
12701270
*
12711271
* @param int|null $precision
12721272
* @return \Illuminate\Support\Collection<int, \Illuminate\Database\Schema\ColumnDefinition>
@@ -1280,7 +1280,7 @@ public function timestampsTz($precision = null)
12801280
}
12811281

12821282
/**
1283-
* Add nullable creation and update timestamps to the table.
1283+
* Add nullable creation and update timestampTz columns to the table.
12841284
*
12851285
* Alias for self::timestampsTz().
12861286
*

0 commit comments

Comments
 (0)