Skip to content

Commit 0412039

Browse files
committed
Removed more unecessary types in docblocs
1 parent 43e7289 commit 0412039

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Casts/TimezonedDatetime.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ public function set(Model $model, string $key, mixed $value, array $attributes)
6969

7070
/**
7171
* Check if the given key is part of the model's known timestamps.
72-
*
73-
* @param Model $model
74-
* @param string $key
75-
* @return bool
7672
*/
7773
protected function isTimestamp(Model $model, string $key): bool
7874
{
@@ -81,11 +77,6 @@ protected function isTimestamp(Model $model, string $key): bool
8177

8278
/**
8379
* Create a new date value from raw material.
84-
*
85-
* @param mixed $value
86-
* @param \Carbon\CarbonTimeZone $timezone
87-
* @param \Illuminate\Database\Eloquent\Model $model
88-
* @return \Carbon\CarbonInterface
8980
*/
9081
public function asDateTime(mixed $value, CarbonTimeZone $timezone, Model $model): CarbonInterface
9182
{
@@ -100,9 +91,6 @@ public function asDateTime(mixed $value, CarbonTimeZone $timezone, Model $model)
10091

10192
/**
10293
* Check if the provided value contains timezone information.
103-
*
104-
* @param mixed $value
105-
* @return bool
10694
*/
10795
protected function hasTimezone(mixed $value): bool
10896
{

0 commit comments

Comments
 (0)