Skip to content

Commit 2a75271

Browse files
yaza-putugithub-actions[bot]
authored andcommitted
Fix styling
1 parent d136195 commit 2a75271

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/Gdrive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static function readStream($filepath)
4747
/**
4848
* put file
4949
*
50-
* @param $location
50+
* @param $location
5151
* @param bool $random_file_name
5252
* @return mixed|void
5353
*/

src/LaravelGoogleDriveStorage.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
namespace Yaza\LaravelGoogleDriveStorage;
44

5-
class LaravelGoogleDriveStorage
6-
{
7-
}
5+
class LaravelGoogleDriveStorage {}

src/LaravelGoogleDriveStorageServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function bootingPackage()
3535
$options['teamDriveId'] = $config['teamDriveId'];
3636
}
3737

38-
$client = new \Google\Client();
38+
$client = new \Google\Client;
3939
$client->setClientId($config['clientId']);
4040
$client->setClientSecret($config['clientSecret']);
4141
$client->refreshToken($config['refreshToken']);

0 commit comments

Comments
 (0)