Completed
Pull Request — 2.0 (#34)
by
unknown
22:06 queued 13:05
created
src/LaravelPhotoGalleryServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     /**
65 65
      * Get the services provided by the provider.
66 66
      *
67
-     * @return array
67
+     * @return string[]
68 68
      */
69 69
     public function provides()
70 70
     {
Please login to merge, or discard this patch.
src/Repositories/EloquentPhotoRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php namespace JeroenG\LaravelPhotoGallery\Repositories;
2 2
 
3
-use Illuminate\Http\Request;
4 3
 use Illuminate\Contracts\Filesystem\Factory as Filesystem;
4
+use Illuminate\Http\Request;
5 5
 use JeroenG\LaravelPhotoGallery\Models\Photo;
6 6
 
7 7
 class EloquentPhotoRepository implements PhotoRepository {
Please login to merge, or discard this patch.