Skip to content

Commit

Permalink
Apply fixes from StyleCI (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: StyleCI Bot <bot@styleci.io>
  • Loading branch information
belamov and StyleCIBot authored Mar 22, 2024
1 parent 39f0beb commit 5b8e1a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Casts/DateRangeCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class DateRangeCast extends RangeCast
{
/**
* @param $matches
* @param $matches
* @return DateRange
*/
public function getRangeInstance(array $matches): DateRange
Expand Down
2 changes: 1 addition & 1 deletion src/Casts/FloatRangeCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class FloatRangeCast extends RangeCast
{
/**
* @param $matches
* @param $matches
* @return FloatRange
*/
public function getRangeInstance(array $matches): FloatRange
Expand Down
2 changes: 1 addition & 1 deletion src/Casts/RangeCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function get($model, $key, $value, $attributes): ?Range
}

/**
* @param $value
* @param $value
* @return array
*/
protected function parseStringRange($value): array
Expand Down
2 changes: 1 addition & 1 deletion src/Ranges/StringifiesBoundariesFromDateTimeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __construct($from = null, $to = null, $fromBound = '[', $toBound
}

/**
* @param $boundary
* @param $boundary
* @return string|null
*/
protected function stringifyBoundary($boundary): ?string
Expand Down

0 comments on commit 5b8e1a8

Please sign in to comment.