Test Setup Failed
Push — master ( ee1fcd...05bfd7 )
by David
03:35
created
src/QuotaServiceProvider.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -108,20 +108,20 @@
 block discarded – undo
108 108
     public function bindInterfaces()
109 109
     {
110 110
         $this->app->when(RateFactory::class)
111
-          ->needs('Projectmentor\Quota\Contracts\PayloadInterface')
112
-          ->give(RateData::class);
111
+            ->needs('Projectmentor\Quota\Contracts\PayloadInterface')
112
+            ->give(RateData::class);
113 113
 
114 114
         $this->app->when(FileStorageFactory::class)
115
-          ->needs('Projectmentor\Quota\Contracts\PayloadInterface')
116
-          ->give(FileStorageData::class);
115
+            ->needs('Projectmentor\Quota\Contracts\PayloadInterface')
116
+            ->give(FileStorageData::class);
117 117
 
118 118
         $this->app->when(TokenBucketFactory::class)
119
-          ->needs('Projectmentor\Quota\Contracts\PayloadInterface')
120
-          ->give(TokenBucketData::class);
119
+            ->needs('Projectmentor\Quota\Contracts\PayloadInterface')
120
+            ->give(TokenBucketData::class);
121 121
 
122 122
         $this->app->when(BlockingConsumerFactory::class)
123
-          ->needs('Projectmentor\Quota\Contracts\PayloadInterface')
124
-          ->give(BlockingConsumerData::class);
123
+            ->needs('Projectmentor\Quota\Contracts\PayloadInterface')
124
+            ->give(BlockingConsumerData::class);
125 125
     }
126 126
 
127 127
     /**
Please login to merge, or discard this patch.