Skip to content

Commit

Permalink
Scrutinizer cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Apr 23, 2014
1 parent b6ad9b3 commit 06c7b9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
require_once 'vendor/autoload.php';
spl_autoload_register(function($class)
{
require_once strtr($class, '\\_', '//').'.php';
spl_autoload_register(
function ($class) {
require_once strtr($class, '\\_', '//') . '.php';
}
);
);

0 comments on commit 06c7b9b

Please sign in to comment.