Initial work on PSR2 compliance for issue #18

This commit is contained in:
Dan Cryer 2013-05-16 02:57:02 +01:00
commit e4d32b3ea1
7 changed files with 431 additions and 374 deletions

View file

@ -12,4 +12,4 @@ session_start();
require_once('bootstrap.php');
$fc = new PHPCI\Application();
print $fc->handleRequest();
print $fc->handleRequest();