Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d17bb82

Browse files
committed
bug EasyCorp#1423 Don't show an error when __toString() is missing (javiereguiluz)
This PR was squashed before being merged into the master branch (closes EasyCorp#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
2 parents 85d95f7 + 304bf92 commit d17bb82

5 files changed

Lines changed: 0 additions & 143 deletions

File tree

Configuration/ConfigManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ private function doProcessConfig($backendConfig)
191191
new ViewConfigPass(),
192192
new TemplateConfigPass($this->container->getParameter('kernel.root_dir').'/Resources/views'),
193193
new DefaultConfigPass(),
194-
new ValidationConfigPass(),
195194
);
196195

197196
foreach ($configPasses as $configPass) {

Configuration/ValidationConfigPass.php

Lines changed: 0 additions & 65 deletions
This file was deleted.

Tests/Configuration/fixtures/exceptions/association_without_tostring.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

Tests/Configuration/fixtures/exceptions/autocomplete_without_tostring.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

Tests/Fixtures/AppTestBundle/Entity/UnitTests/Exceptions/CategoryWithoutToString.php

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)