formatting app::uses blocks (refs #2265)

This commit is contained in:
Eric Büttner 2013-11-18 11:56:00 +01:00
parent d8acf531cb
commit 1e3865acc7
25 changed files with 29 additions and 0 deletions

View file

@ -20,6 +20,7 @@
* @since CakePHP(tm) v 0.2.9
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
App::uses('Helper', 'View');
/**