Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopolani committed Oct 30, 2023
1 parent 164755c commit cae7d44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Models/Casts/CollectionOfContacts.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CollectionOfContacts implements CastsAttributes
* Cast the given value.
*
* @param array<string, mixed> $attributes
* @return \Illuminate\Support\Collection<MailCarrier\Dto\ContactDto>|null
* @return \Illuminate\Support\Collection<\MailCarrier\Dto\ContactDto>|null
*/
public function get(Model $model, string $key, mixed $value, array $attributes): ?Collection
{
Expand Down
1 change: 0 additions & 1 deletion src/Models/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Config;
use MailCarrier\Dto\ContactDto;
use MailCarrier\Dto\LogTemplateDto;
Expand Down

0 comments on commit cae7d44

Please sign in to comment.