Completed
Push — refonte ( 24809b...225502 )
by Arnaud
22:40 queued 20:32
created
src/Event/Subscriber/ExtraConfigurationSubscriber.php 1 patch
Doc Comments   +8 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,6 +138,10 @@  discard block
 block discarded – undo
138 138
         ];
139 139
     }
140 140
 
141
+    /**
142
+     * @param string $entityClass
143
+     * @param string $adminName
144
+     */
141 145
     private function addDefaultFields(array &$configuration, $entityClass, $adminName)
142 146
     {
143 147
         $fieldsMapping = [
@@ -343,7 +347,7 @@  discard block
 block discarded – undo
343 347
     /**
344 348
      * Return the default action field if found.
345 349
      *
346
-     * @param array $fields
350
+     * @param string[] $fields
347 351
      *
348 352
      * @return string|null
349 353
      */
@@ -420,6 +424,9 @@  discard block
 block discarded – undo
420 424
         return $metadata;
421 425
     }
422 426
 
427
+    /**
428
+     * @param string $type
429
+     */
423 430
     private function getOperatorFromFieldType($type)
424 431
     {
425 432
         $mapping = [
Please login to merge, or discard this patch.