Skip to content

Commit

Permalink
bug #1423 Don't show an error when __toString() is missing (javieregu…
Browse files Browse the repository at this point in the history
…iluz)

This PR was squashed before being merged into the master branch (closes #1423).

Discussion
----------

Don't show an error when __toString() is missing

In theory this seemed useful and trivial to implement. In practice this is annoying and very unrealiable. Let's remove it.

Commits
-------

304bf92 Don't show an error when __toString() is missing
  • Loading branch information
javiereguiluz committed Dec 11, 2016
2 parents 85d95f7 + 304bf92 commit d17bb82
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 143 deletions.
1 change: 0 additions & 1 deletion Configuration/ConfigManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ private function doProcessConfig($backendConfig)
new ViewConfigPass(),
new TemplateConfigPass($this->container->getParameter('kernel.root_dir').'/Resources/views'),
new DefaultConfigPass(),
new ValidationConfigPass(),
);

foreach ($configPasses as $configPass) {
Expand Down
65 changes: 0 additions & 65 deletions Configuration/ValidationConfigPass.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d17bb82

Please sign in to comment.