Passed
Pull Request — master (#11)
by
unknown
03:20
created
src/Providers/UnsplashPhotosServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function register()
15 15
     {
16
-        $this->app->bind('UnsplashPhotos', function () {
16
+        $this->app->bind('UnsplashPhotos', function() {
17 17
             return new \shweshi\LaravelUnsplashWrapper\UnsplashPhotos();
18 18
         });
19 19
     }
Please login to merge, or discard this patch.
src/Providers/UnsplashCollectionsServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function register()
15 15
     {
16
-        $this->app->bind('UnsplashCollections', function () {
16
+        $this->app->bind('UnsplashCollections', function() {
17 17
             return new \shweshi\LaravelUnsplashWrapper\UnsplashCollections();
18 18
         });
19 19
     }
Please login to merge, or discard this patch.
src/Providers/UnsplashSearchServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function register()
15 15
     {
16
-        $this->app->bind('UnsplashSearch', function () {
16
+        $this->app->bind('UnsplashSearch', function() {
17 17
             return new \shweshi\LaravelUnsplashWrapper\UnsplashSearch();
18 18
         });
19 19
     }
Please login to merge, or discard this patch.
src/Providers/UnsplashUsersServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function register()
15 15
     {
16
-        $this->app->bind('UnsplashUsers', function () {
16
+        $this->app->bind('UnsplashUsers', function() {
17 17
             return new \shweshi\LaravelUnsplashWrapper\UnsplashUsers();
18 18
         });
19 19
     }
Please login to merge, or discard this patch.