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