Passed
Push — master ( 4fe667...e0bac1 )
by Thomas
04:56
created
src/SendinblueServiceProvider.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -25,10 +25,10 @@  discard block
 block discarded – undo
25 25
     }
26 26
 
27 27
     /**
28
-       * Register any application services.
29
-       *
30
-       * @return void
31
-       */
28
+     * Register any application services.
29
+     *
30
+     * @return void
31
+     */
32 32
     public function register()
33 33
     {
34 34
         // Merge the package configuration file with the application's published copy.
@@ -43,10 +43,10 @@  discard block
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-       * Get the services provided by the provider.
47
-       *
48
-       * @return array
49
-       */
46
+     * Get the services provided by the provider.
47
+     *
48
+     * @return array
49
+     */
50 50
     public function provides()
51 51
     {
52 52
         return [Sendinblue::class];
Please login to merge, or discard this patch.