Skip to content

Commit

Permalink
Apply fixes from StyleCI (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jun 18, 2020
1 parent 3ede369 commit b68aff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/BackupDestination/Backup.php
Expand Up @@ -3,9 +3,9 @@
namespace Spatie\Backup\BackupDestination;

use Carbon\Carbon;
use Illuminate\Contracts\Filesystem\Filesystem;
use InvalidArgumentException;
use Spatie\Backup\Tasks\Backup\BackupJob;
use Illuminate\Contracts\Filesystem\Filesystem;

class Backup
{
Expand Down
2 changes: 1 addition & 1 deletion src/Tasks/Backup/BackupJobFactory.php
Expand Up @@ -2,8 +2,8 @@

namespace Spatie\Backup\Tasks\Backup;

use Illuminate\Support\Collection;
use Illuminate\Support\Arr;
use Illuminate\Support\Collection;
use Spatie\Backup\BackupDestination\BackupDestinationFactory;

class BackupJobFactory
Expand Down
2 changes: 1 addition & 1 deletion src/Tasks/Backup/FileSelection.php
Expand Up @@ -64,7 +64,7 @@ public function shouldFollowLinks(bool $shouldFollowLinks): self
/**
* Set if it should ignore the unreadable directories.
*
* @param boolean $ignoreUnreadableDirs
* @param bool $ignoreUnreadableDirs
*
* @return \Spatie\Backup\Tasks\Backup\FileSelection
*/
Expand Down

0 comments on commit b68aff9

Please sign in to comment.