Skip to content

Commit

Permalink
Add phpdoc HasTimestamps can be null (#35558)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryuk committed Dec 10, 2020
1 parent da61279 commit 3ed4877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Database/Eloquent/Concerns/HasTimestamps.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function getUpdatedAtColumn()
/**
* Get the fully qualified "created at" column.
*
* @return string
* @return string|null
*/
public function getQualifiedCreatedAtColumn()
{
Expand All @@ -140,7 +140,7 @@ public function getQualifiedCreatedAtColumn()
/**
* Get the fully qualified "updated at" column.
*
* @return string
* @return string|null
*/
public function getQualifiedUpdatedAtColumn()
{
Expand Down

0 comments on commit 3ed4877

Please sign in to comment.