Browse Source

Fix docblock spacing in RulesProvider

Bryan Crowe 12 years ago
parent
commit
0e28b0e6f6
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/Validation/RulesProvider.php

+ 4 - 4
src/Validation/RulesProvider.php

@@ -21,10 +21,10 @@ namespace Cake\Validation;
 class RulesProvider {
 
 /**
-  * The class to proxy, defaults to \Cake\Validation\Validation in construction
-  *
-  * @var object
-  */
+ * The class to proxy, defaults to \Cake\Validation\Validation in construction
+ *
+ * @var object
+ */
 	protected $_class;
 
 /**