Completed
Push — master ( 44b229...b8c9f6 )
by Stéphane
01:02
created
src/Integrations/Laravel/SendGridApiServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace StephaneCoinon\SendGridActivity\Integrations\Laravel;
4 4
 
5 5
 use Illuminate\Support\ServiceProvider;
6
-use StephaneCoinon\SendGridActivity\SendGrid;
7 6
 use StephaneCoinon\SendGridActivity\Integrations\Framework;
7
+use StephaneCoinon\SendGridActivity\SendGrid;
8 8
 
9 9
 class SendGridApiServiceProvider extends ServiceProvider
10 10
 {
Please login to merge, or discard this patch.
src/Support/Collection.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,6 @@
 block discarded – undo
51 51
     /**
52 52
      * Undocumented function
53 53
      *
54
-     * @param  array $items
55 54
      * @return array|\Illuminate\Support\Collection
56 55
      */
57 56
     public function mapInto(string $model)
Please login to merge, or discard this patch.