diff --git a/app/config/core.php b/app/config/core.php index 4a8a0edc4..1b7fd7fe2 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -200,4 +200,4 @@ * 'expiryField' => 'expires')); */ $cakeCache = array('File'); -?> +?> \ No newline at end of file diff --git a/app/webroot/js/vendors.php b/app/webroot/js/vendors.php index 7ae194a17..ab21ea9df 100644 --- a/app/webroot/js/vendors.php +++ b/app/webroot/js/vendors.php @@ -40,4 +40,4 @@ if ($pos === false) { } else { header('HTTP/1.1 404 Not Found'); } -?> +?> \ No newline at end of file diff --git a/cake/dispatcher.php b/cake/dispatcher.php index 8a6426bba..fe330b9e2 100644 --- a/cake/dispatcher.php +++ b/cake/dispatcher.php @@ -522,4 +522,4 @@ class Dispatcher extends Object { } } -?> +?> \ No newline at end of file diff --git a/cake/libs/class_registry.php b/cake/libs/class_registry.php index 8bd4d65a6..5fbde4cff 100644 --- a/cake/libs/class_registry.php +++ b/cake/libs/class_registry.php @@ -173,4 +173,4 @@ class ClassRegistry { } } } -?> +?> \ No newline at end of file diff --git a/cake/libs/controller/components/email.php b/cake/libs/controller/components/email.php index c3005518f..9060c9222 100644 --- a/cake/libs/controller/components/email.php +++ b/cake/libs/controller/components/email.php @@ -509,4 +509,4 @@ class EmailComponent extends Object{ return true; } } -?> +?> \ No newline at end of file diff --git a/cake/libs/controller/controller.php b/cake/libs/controller/controller.php index aac1f4e26..e23699a61 100644 --- a/cake/libs/controller/controller.php +++ b/cake/libs/controller/controller.php @@ -1145,4 +1145,4 @@ class Controller extends Object { } } -?> +?> \ No newline at end of file diff --git a/cake/libs/model/datasources/dbo/dbo_mysql.php b/cake/libs/model/datasources/dbo/dbo_mysql.php index c55d45c7b..0788d8c69 100644 --- a/cake/libs/model/datasources/dbo/dbo_mysql.php +++ b/cake/libs/model/datasources/dbo/dbo_mysql.php @@ -565,4 +565,4 @@ class DboMysql extends DboSource { return $query; } } -?> +?> \ No newline at end of file diff --git a/cake/libs/model/datasources/dbo/dbo_mysqli.php b/cake/libs/model/datasources/dbo/dbo_mysqli.php index c2737446c..a47770535 100644 --- a/cake/libs/model/datasources/dbo/dbo_mysqli.php +++ b/cake/libs/model/datasources/dbo/dbo_mysqli.php @@ -427,4 +427,4 @@ class DboMysqli extends DboSource { return $query; } } -?> +?> \ No newline at end of file diff --git a/cake/libs/model/datasources/dbo/dbo_postgres.php b/cake/libs/model/datasources/dbo/dbo_postgres.php index 2250dc306..df645a034 100644 --- a/cake/libs/model/datasources/dbo/dbo_postgres.php +++ b/cake/libs/model/datasources/dbo/dbo_postgres.php @@ -630,4 +630,4 @@ class DboPostgres extends DboSource { } } -?> +?> \ No newline at end of file diff --git a/cake/libs/model/datasources/dbo_source.php b/cake/libs/model/datasources/dbo_source.php index 498c5458d..c4dc22134 100644 --- a/cake/libs/model/datasources/dbo_source.php +++ b/cake/libs/model/datasources/dbo_source.php @@ -1811,4 +1811,4 @@ class DboSource extends DataSource { } } -?> +?> \ No newline at end of file diff --git a/cake/libs/model/model.php b/cake/libs/model/model.php index 6a7203ab5..8e4678188 100644 --- a/cake/libs/model/model.php +++ b/cake/libs/model/model.php @@ -2138,4 +2138,4 @@ if (!defined('CAKEPHP_UNIT_TEST_EXECUTION')) { Overloadable::overload('Model'); } -?> +?> \ No newline at end of file diff --git a/cake/libs/router.php b/cake/libs/router.php index b80be01ac..066f4f2d6 100644 --- a/cake/libs/router.php +++ b/cake/libs/router.php @@ -791,4 +791,4 @@ if(!function_exists('http_build_query')) { } } -?> +?> \ No newline at end of file diff --git a/cake/libs/view/helper.php b/cake/libs/view/helper.php index ad98d5cc3..ace55f283 100644 --- a/cake/libs/view/helper.php +++ b/cake/libs/view/helper.php @@ -627,4 +627,4 @@ class Helper extends Overloadable { } while ($oldstring != $this->__cleaned); } } -?> +?> \ No newline at end of file diff --git a/cake/libs/view/helpers/form.php b/cake/libs/view/helpers/form.php index f379c8438..9b95737b4 100644 --- a/cake/libs/view/helpers/form.php +++ b/cake/libs/view/helpers/form.php @@ -1132,4 +1132,4 @@ class FormHelper extends AppHelper { return $this->__options[$name]; } } -?> +?> \ No newline at end of file diff --git a/cake/libs/view/helpers/html.php b/cake/libs/view/helpers/html.php index 31346210f..ec379b997 100644 --- a/cake/libs/view/helpers/html.php +++ b/cake/libs/view/helpers/html.php @@ -665,4 +665,4 @@ class HtmlHelper extends AppHelper { return $this->output(sprintf($this->tags[$tag], $this->_parseAttributes($attributes, null, ' ', ''), $text)); } } -?> +?> \ No newline at end of file diff --git a/cake/libs/view/helpers/number.php b/cake/libs/view/helpers/number.php index 80f92fb0e..e991e6c9b 100644 --- a/cake/libs/view/helpers/number.php +++ b/cake/libs/view/helpers/number.php @@ -108,4 +108,4 @@ class NumberHelper extends AppHelper { } } -?> +?> \ No newline at end of file diff --git a/cake/libs/view/theme.php b/cake/libs/view/theme.php index eefc1a265..ccfc641ab 100644 --- a/cake/libs/view/theme.php +++ b/cake/libs/view/theme.php @@ -249,4 +249,4 @@ class ThemeView extends View { } } -?> +?> \ No newline at end of file diff --git a/cake/libs/view/view.php b/cake/libs/view/view.php index 4633502d7..97700e3cc 100644 --- a/cake/libs/view/view.php +++ b/cake/libs/view/view.php @@ -953,4 +953,4 @@ class View extends Object { } } } -?> +?> \ No newline at end of file diff --git a/cake/scripts/bake.php b/cake/scripts/bake.php index c3bbcf081..d34ed27c2 100644 --- a/cake/scripts/bake.php +++ b/cake/scripts/bake.php @@ -2353,4 +2353,4 @@ class Bake { } } -?> +?> \ No newline at end of file diff --git a/cake/scripts/templates/skel/webroot/js/vendors.php b/cake/scripts/templates/skel/webroot/js/vendors.php index 7ae194a17..ab21ea9df 100644 --- a/cake/scripts/templates/skel/webroot/js/vendors.php +++ b/cake/scripts/templates/skel/webroot/js/vendors.php @@ -40,4 +40,4 @@ if ($pos === false) { } else { header('HTTP/1.1 404 Not Found'); } -?> +?> \ No newline at end of file diff --git a/cake/tests/cases/libs/model/model.test.php b/cake/tests/cases/libs/model/model.test.php index 1886c6433..c74c29706 100644 --- a/cake/tests/cases/libs/model/model.test.php +++ b/cake/tests/cases/libs/model/model.test.php @@ -1835,4 +1835,4 @@ function testRecursiveFindAllWithLimit() { } } -?> +?> \ No newline at end of file diff --git a/cake/tests/lib/test_manager.php b/cake/tests/lib/test_manager.php index 2cfa0de74..772e708a2 100644 --- a/cake/tests/lib/test_manager.php +++ b/cake/tests/lib/test_manager.php @@ -365,4 +365,4 @@ class HtmlTestManager extends TestManager { return $buffer; } } -?> +?> \ No newline at end of file