Skip to content

Commit 6bb7b57

Browse files
style: bump mago and do lint/fmt
1 parent 2988cfc commit 6bb7b57

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"orchestra/testbench": "^9.0",
1818
"pestphp/pest": "^3.0",
1919
"pestphp/pest-plugin-laravel": "^3.0",
20-
"carthage-software/mago": "^0.22.2"
20+
"carthage-software/mago": "^0.23.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/DataTransferObjects/BackupDto.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace Itiden\Backup\DataTransferObjects;
66

77
use Carbon\CarbonImmutable;
8-
use Illuminate\Support\Facades\File;
98
use Illuminate\Support\Facades\Storage;
109
use Itiden\Backup\Contracts\BackupNameResolver;
1110
use Itiden\Backup\Models\Metadata;

src/DataTransferObjects/SkippedPipeDto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function toArray(): array
2525
];
2626
}
2727

28-
public static function fromArray(array $array): static
28+
public static function fromArray(array $array): SkippedPipeDto
2929
{
3030
return new static(
3131
pipe: $array['pipe'],

0 commit comments

Comments
 (0)