Completed
Push — master ( f7b321...a68cc8 )
by Pavel
04:26
created
DependencyInjection/Configuration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
             ->beforeNormalization()
65 65
             ->ifArray()
66 66
             ->then(
67
-                function (array $v) {
67
+                function(array $v) {
68 68
                     if (array_keys($v) !== range(0, count($v) - 1)) {
69 69
                         return $v;
70 70
                     }
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
             ->beforeNormalization()
118 118
             ->ifString()
119 119
             ->then(
120
-                function ($v) {
120
+                function($v) {
121 121
                     return [$v];
122 122
                 }
123 123
             )
Please login to merge, or discard this patch.
DependencyInjection/CrudsEntitiesConfigurator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
227 227
      * @param string $actionName
228 228
      * @param string $path
229 229
      * @param string $action
230
-     * @param array  $methods
230
+     * @param string[]  $methods
231 231
      * @param array  $options
232 232
      *
233 233
      * @return Definition
Please login to merge, or discard this patch.