mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 12:32:42 +00:00
Removed trailing whitespaces from core.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7847 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
edfbe5be33
commit
6319f8ea69
57 changed files with 127 additions and 274 deletions
|
@ -318,7 +318,7 @@ class ConsoleShell extends Shell {
|
|||
*/
|
||||
function __loadRoutes() {
|
||||
$router =& Router::getInstance();
|
||||
|
||||
|
||||
$router->reload();
|
||||
extract($router->getNamedExpressions());
|
||||
|
||||
|
|
|
@ -45,7 +45,6 @@ class I18nShell extends Shell {
|
|||
* @access public
|
||||
*/
|
||||
var $tasks = array('DbConfig', 'Extract');
|
||||
|
||||
/**
|
||||
* Override startup of the Shell
|
||||
*
|
||||
|
@ -127,5 +126,4 @@ class I18nShell extends Shell {
|
|||
$this->Extract->help();
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -46,7 +46,6 @@ class ModelTask extends Shell {
|
|||
* @access public
|
||||
*/
|
||||
var $path = MODELS;
|
||||
|
||||
/**
|
||||
* tasks
|
||||
*
|
||||
|
|
|
@ -84,7 +84,7 @@ class PluginTask extends Shell {
|
|||
$this->__interactive($plugin);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (isset($this->args[0])) {
|
||||
$task = Inflector::classify($this->args[0]);
|
||||
$this->Dispatch->shiftArgs();
|
||||
|
@ -177,7 +177,7 @@ class PluginTask extends Shell {
|
|||
$this->out(sprintf(__("Created: %s in %s", true), $plugin, $this->path . $pluginPath));
|
||||
$this->hr();
|
||||
}
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
/**
|
||||
|
|
|
@ -36,6 +36,6 @@
|
|||
* @package cake
|
||||
* @subpackage cake.app
|
||||
*/
|
||||
class AppModel extends Model{
|
||||
class AppModel extends Model {
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue