minor spacing cleanup
This commit is contained in:
parent
97b654006a
commit
0f89376fa8
3
App.php
3
App.php
@ -2,7 +2,6 @@
|
||||
|
||||
namespace Web;
|
||||
|
||||
|
||||
/**
|
||||
* App is the application controller itself
|
||||
*/
|
||||
@ -160,7 +159,7 @@ class App
|
||||
);
|
||||
|
||||
$chain();
|
||||
} catch (Exception $e) {
|
||||
} catch (\Exception $e) {
|
||||
$this->errorHandler->handleException($this->context, $e);
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
namespace Web;
|
||||
|
||||
|
||||
/**
|
||||
* Context holds the request, response, and shared state for a request
|
||||
*/
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
namespace Web;
|
||||
|
||||
|
||||
/**
|
||||
* Response class represents an HTTP response
|
||||
*/
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
namespace Web;
|
||||
|
||||
|
||||
/**
|
||||
* Simplified Auth handles user authentication with external verification
|
||||
*/
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
namespace Web;
|
||||
|
||||
|
||||
/**
|
||||
* AuthMiddleware provides authentication checks for routes
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user