Skip to content

Commit d91a47c

Browse files
Merge pull request #6 from MahdiMajidzadeh/analysis-RvpOLK
Apply fixes from StyleCI
2 parents 01d109b + 9eabd2f commit d91a47c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Collection.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace MahdiMajidzadeh\LaravelUnsplash;
44

5-
65
class Collection
76
{
87
public function collections($params = [])

src/Unsplush.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use GuzzleHttp\Client;
66

7-
class Unsplush{
8-
7+
class Unsplush
8+
{
99
private $url = 'https://api.unsplash.com/';
1010
private $response;
1111

0 commit comments

Comments
 (0)