Skip to content

Commit

Permalink
Fix codesniff warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bd808 committed Feb 10, 2016
1 parent e794c10 commit 175732f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.php
Expand Up @@ -216,10 +216,10 @@ function () use ( $slim ) {
} )->name( 'SAL' );

}
); //end group '/'
); // end group '/'

$slim->notFound( function () use ( $slim ) {
$slim->render( '404.html' );
} );
} //end configureRoutes
} // end configureRoutes
}

0 comments on commit 175732f

Please sign in to comment.