Skip to content

Commit

Permalink
Remove validationErrors properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed May 25, 2014
1 parent bd9c753 commit 91ff336
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions src/Controller/Controller.php
Expand Up @@ -213,13 +213,6 @@ class Controller implements EventListener {
*/
public $methods = array();

/**
* Holds any validation errors produced by the last call of the validateErrors() method/
*
* @var array
*/
public $validationErrors = null;

/**
* Instance of the Cake\Event\EventManager this controller is using
* to dispatch inner events.
Expand Down
7 changes: 0 additions & 7 deletions src/View/View.php
Expand Up @@ -192,13 +192,6 @@ class View {
*/
public $cacheAction = false;

/**
* Holds current errors for the model validation.
*
* @var array
*/
public $validationErrors = array();

/**
* True when the view has been rendered.
*
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase/Utility/DebuggerTest.php
Expand Up @@ -335,7 +335,6 @@ public function testExportVar() {
subDir => null
theme => null
cacheAction => false
validationErrors => []
hasRendered => false
uuids => []
request => object(Cake\Network\Request) {}
Expand Down

0 comments on commit 91ff336

Please sign in to comment.