Skip to content

Commit

Permalink
Merge pull request #15 from DavidePastore/analysis-86w2jW
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
DavidePastore authored Aug 14, 2016
2 parents 0cde1cf + 778322d commit 4ae885e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
})
->bind('prova');

$app->error(function (\Exception $e, $code) use($app) {
$app->error(function (\Exception $e, $code) use ($app) {
switch ($code) {
case 404:
$message = 'The requested page could not be found.';
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
require 'vendor/autoload.php';
require 'vendor/autoload.php';
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
$app = require_once __DIR__.'/app.php';

$app->run();
$app->run();

0 comments on commit 4ae885e

Please sign in to comment.