Completed
Push — develop ( 4a8ee4...fc4253 )
by Eddie
9s
created
test/bootstrap.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @codeCoverageIgnore
4
- */
3
+     * @codeCoverageIgnore
4
+     */
5 5
 call_user_func(function() {
6 6
     if ( ! is_file($autoloadFile = __DIR__.'/../vendor/autoload.php')) {
7 7
         throw new \RuntimeException('Did not find vendor/autoload.php. Did you run "composer install --dev"?');
Please login to merge, or discard this patch.