cakephp2-php8/lib/Cake/Utility
2012-09-21 23:30:43 +01:00
..
CakeNumber.php converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 2012-09-14 18:42:25 +01:00
CakeTime.php converting if ($foo != null) to if ($foo) 2012-09-21 23:30:43 +01:00
ClassRegistry.php Fix whitespace errors. 2012-09-13 21:06:14 -04:00
Debugger.php converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 2012-09-14 18:42:25 +01:00
File.php converting $foo == null / $foo == false to !$foo 2012-09-14 18:26:30 +01:00
Folder.php converting $foo == null / $foo == false to !$foo 2012-09-14 18:26:30 +01:00
Hash.php Optimization for Hash method 2012-06-24 12:47:30 -04:00
Inflector.php Fixing coding conventions 2012-05-19 16:08:40 +01:00
ObjectCollection.php Fix strict error in 5.4 2012-09-13 20:59:17 -04:00
Sanitize.php adjusting the way the regex is done so its easier to read 2012-09-13 21:03:38 +01:00
Security.php converting $foo == null / $foo == false to !$foo 2012-09-14 18:26:30 +01:00
Set.php converting if ($foo != null) to if ($foo) 2012-09-21 23:30:43 +01:00
String.php converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 2012-09-14 18:42:25 +01:00
Validation.php converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 2012-09-14 18:42:25 +01:00
Xml.php Fix XML decoding attack via external entities. 2012-07-14 11:53:37 -04:00