Completed
Pull Request — master (#4852)
by
unknown
15:00
created
src/Codeception/Lib/Connector/Laravel5.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
256 256
         $method = method_exists($this->app['events'], 'dispatch') ? 'dispatch' : 'fire';
257 257
 
258 258
         $mock = Stub::makeEmpty('Illuminate\Contracts\Events\Dispatcher', [
259
-           $method => $callback
259
+            $method => $callback
260 260
         ]);
261 261
 
262 262
         $this->app->instance('events', $mock);
Please login to merge, or discard this patch.