From c268d10735960aac7bff078e8dad5ed03e6f0a5f Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Wed, 23 May 2012 12:01:13 -0400 Subject: [PATCH] Update docblocks --- app/config/config.php | 2 +- app/config/db.php | 2 +- app/config/routes.php | 2 +- app/modules/welcome/controllers/welcome.php | 2 +- app/modules/welcome/models/welcome_model.php | 2 +- assets/config/config.php | 2 +- assets/config/css_groups.php | 2 +- assets/config/js_groups.php | 2 +- assets/css.php | 2 +- assets/js.php | 2 +- index.php | 2 +- sys/common.php | 6 +++--- sys/core/Controller.php | 2 +- sys/core/MM.php | 2 +- sys/core/Model.php | 2 +- sys/core/Output.php | 2 +- sys/core/Page.php | 2 +- sys/core/db.php | 2 +- sys/core/miniMVC.php | 2 +- sys/core/traits/Generic.php | 2 +- sys/core/traits/JSObject.php | 2 +- sys/core/traits/Singleton.php | 2 +- sys/libraries/Data_Store.php | 2 +- sys/libraries/Session.php | 2 +- 24 files changed, 26 insertions(+), 26 deletions(-) diff --git a/app/config/config.php b/app/config/config.php index 2fef449..56c63a8 100644 --- a/app/config/config.php +++ b/app/config/config.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/app/config/db.php b/app/config/db.php index 1ce4d05..299c1e2 100644 --- a/app/config/db.php +++ b/app/config/db.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/app/config/routes.php b/app/config/routes.php index cc6124e..72c8ed3 100644 --- a/app/config/routes.php +++ b/app/config/routes.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/app/modules/welcome/controllers/welcome.php b/app/modules/welcome/controllers/welcome.php index 69d44e0..17062cd 100644 --- a/app/modules/welcome/controllers/welcome.php +++ b/app/modules/welcome/controllers/welcome.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/app/modules/welcome/models/welcome_model.php b/app/modules/welcome/models/welcome_model.php index c9cdc6e..7a4e70b 100644 --- a/app/modules/welcome/models/welcome_model.php +++ b/app/modules/welcome/models/welcome_model.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/assets/config/config.php b/assets/config/config.php index a068430..05bdf7e 100755 --- a/assets/config/config.php +++ b/assets/config/config.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/assets/config/css_groups.php b/assets/config/css_groups.php index ea6dbd2..1899765 100755 --- a/assets/config/css_groups.php +++ b/assets/config/css_groups.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/assets/config/js_groups.php b/assets/config/js_groups.php index 670412b..f1b33b7 100755 --- a/assets/config/js_groups.php +++ b/assets/config/js_groups.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/assets/css.php b/assets/css.php index fb9e0ac..a44f76a 100755 --- a/assets/css.php +++ b/assets/css.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/assets/js.php b/assets/js.php index 3c95be6..57ba8d8 100755 --- a/assets/js.php +++ b/assets/js.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/index.php b/index.php index 946d001..7e564e9 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/sys/common.php b/sys/common.php index f61bfbc..3669555 100644 --- a/sys/common.php +++ b/sys/common.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ @@ -84,7 +84,7 @@ function shutdown() $error = error_get_last(); // types of errors that are fatal - $fatal = array(E_ERROR, E_PARSE, E_RECOVERABLE_ERROR); + $fatal = [E_ERROR, E_PARSE, E_RECOVERABLE_ERROR]; // Display pretty error page if (in_array($error['type'], $fatal)) @@ -437,7 +437,7 @@ function route() define('MM_MOD', $module); $class = new $controller(); - return call_user_func_array([&$class, $func], []); + return call_user_func([&$class, $func]); } } diff --git a/sys/core/Controller.php b/sys/core/Controller.php index 98d6a35..5a5e642 100644 --- a/sys/core/Controller.php +++ b/sys/core/Controller.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/sys/core/MM.php b/sys/core/MM.php index 1cc8ed1..0f2dd03 100644 --- a/sys/core/MM.php +++ b/sys/core/MM.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/sys/core/Model.php b/sys/core/Model.php index 25ab9f4..477bfc6 100644 --- a/sys/core/Model.php +++ b/sys/core/Model.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/sys/core/Output.php b/sys/core/Output.php index 52c902e..25ef038 100644 --- a/sys/core/Output.php +++ b/sys/core/Output.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/sys/core/Page.php b/sys/core/Page.php index 1339fe8..441a7b3 100644 --- a/sys/core/Page.php +++ b/sys/core/Page.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/sys/core/db.php b/sys/core/db.php index 297bce8..af60d77 100644 --- a/sys/core/db.php +++ b/sys/core/db.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/sys/core/miniMVC.php b/sys/core/miniMVC.php index 56be087..e540043 100644 --- a/sys/core/miniMVC.php +++ b/sys/core/miniMVC.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/sys/core/traits/Generic.php b/sys/core/traits/Generic.php index 8edf577..d15f16c 100644 --- a/sys/core/traits/Generic.php +++ b/sys/core/traits/Generic.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/sys/core/traits/JSObject.php b/sys/core/traits/JSObject.php index 0f6dd20..6cce484 100644 --- a/sys/core/traits/JSObject.php +++ b/sys/core/traits/JSObject.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/sys/core/traits/Singleton.php b/sys/core/traits/Singleton.php index 4cc6ade..82f5126 100644 --- a/sys/core/traits/Singleton.php +++ b/sys/core/traits/Singleton.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/sys/libraries/Data_Store.php b/sys/libraries/Data_Store.php index 7e3aeb0..02ab68a 100644 --- a/sys/libraries/Data_Store.php +++ b/sys/libraries/Data_Store.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ diff --git a/sys/libraries/Session.php b/sys/libraries/Session.php index 189f5fa..0a7e8c7 100644 --- a/sys/libraries/Session.php +++ b/sys/libraries/Session.php @@ -7,7 +7,7 @@ * @package miniMVC * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 - * @link https://github.com/timw4mail/miniMVC + * @link https://github.com/aviat4ion/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */