diff options
Diffstat (limited to 'src/Core.php')
-rw-r--r-- | src/Core.php | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/Core.php b/src/Core.php index 2cb15cc..8af49a4 100644 --- a/src/Core.php +++ b/src/Core.php @@ -2,14 +2,12 @@ /** * Defines the core helper infrastructure of the library. - * - * @package SqlParser */ + namespace SqlParser; class Core { - /** * Whether errors should throw exceptions or just be stored. * @@ -35,11 +33,9 @@ class Core /** * Creates a new error log. * - * @param Exception $error The error exception. - * - * @throws Exception Throws the exception, if strict mode is enabled. + * @param Exception $error the error exception * - * @return void + * @throws Exception throws the exception, if strict mode is enabled */ public function error($error) { |