cakephp2-php8/lib/Cake/Console
Vinícius Krolow c724f0739a Clean up code.
* It is not need to check the same thing twice
* One if condition instead of two ifs
* Ternary codition instead of checking if variable is null
* Returning early to avoid unnecessary conditional levels
* It is not needed to put an else as the if before already has returned
* Changing ternary conditional to PHP 5.2
* Removing some not needed conditions in the if, also changed to return false (instead of NULL) to follow the code block docs
* Changing to check before if the class_exists so we make sure that class was autoloaded before the condition

Squash of commits in https://github.com/cakephp/cakephp/pull/1034
2012-12-20 20:31:04 -05:00
..
Command fix ticket 3429 2012-12-03 12:31:56 +01:00
Templates cache prefix for view cache to avoid collisions with domains/languages 2012-12-11 12:54:16 +01:00
cake Fix issues with paths + spaces. 2012-12-19 17:35:56 -05:00
cake.bat Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
cake.php Fix cake bake project always finding CakePHP libs in php include_path. 2012-08-07 20:52:37 -04:00
ConsoleErrorHandler.php Docblock fixes 2012-11-29 04:36:29 +05:30
ConsoleInput.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
ConsoleInputArgument.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
ConsoleInputOption.php Make invalid short option error more helpful. 2012-08-27 22:12:05 -04:00
ConsoleInputSubcommand.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
ConsoleOptionParser.php Testing option value as a string 2012-12-10 23:02:51 +08:00
ConsoleOutput.php Docblock fixes 2012-11-29 04:36:29 +05:30
HelpFormatter.php Docblock fixes 2012-11-29 04:36:29 +05:30
Shell.php Clean up code. 2012-12-20 20:31:04 -05:00
ShellDispatcher.php Clean up code. 2012-12-20 20:31:04 -05:00
TaskCollection.php Clean up code. 2012-12-20 20:31:04 -05:00