Skip to content

Commit

Permalink
Fix code styling [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis authored and github-actions[bot] committed May 15, 2024
1 parent 1fd2f35 commit a81fbbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/Package.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
use Illuminate\Support\Str;
use Illuminate\Support\Traits\Macroable;
use ZipStream\Exception;
use ZipStream\Option\Archive;
use ZipStream\Option\File as FileOptions;
use ZipStream\ZipStream;

class Package
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/PackageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public function can_add_exact_files()
file_put_contents(__DIR__ . '/Support/Files/file1.txt', '');

// Write the contents to disk to inspect.
// file_put_contents('contents.zip', $contents);
// file_put_contents('contents.zip', $contents);

// This hash has been manually verified to be the correct zip file.
// Make sure that there is a file at the root called root.txt
Expand Down

0 comments on commit a81fbbf

Please sign in to comment.