Passed
Push — feature/html-code-handler ( fe2642...5a7209 )
by Arnaud
02:37
created
src/Bridge/Doctrine/ORM/DataProvider/DoctrineDataProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
                 'array',
53 53
                 'string'
54 54
             ])
55
-            ->setNormalizer('where', function (Options $options, $value) {
55
+            ->setNormalizer('where', function(Options $options, $value) {
56 56
                 // Allow the configuration "where: article.enabled" instead of
57 57
                 // where:
58 58
                 //    - article.enabled
Please login to merge, or discard this patch.