Completed
Pull Request — 3.x (#5623)
by Javier
03:48
created
src/Form/FormMapper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -150,6 +150,9 @@
 block discarded – undo
150 150
         return $this;
151 151
     }
152 152
 
153
+    /**
154
+     * @param string $name
155
+     */
153 156
     public function get($name)
154 157
     {
155 158
         $name = $this->sanitizeFieldName($name);
Please login to merge, or discard this patch.
src/Block/AdminSearchBlockService.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -40,6 +40,7 @@
 block discarded – undo
40 40
 
41 41
     /**
42 42
      * NEXT_MAJOR: remove possibility to pass `null` as value of first argument and bump "sonata-project/block-bundle" to ^4.0
43
+     * @param string $name
43 44
      */
44 45
     public function __construct(?string $name, EngineInterface $templating, Pool $pool, SearchHandler $searchHandler)
45 46
     {
Please login to merge, or discard this patch.
src/Block/AdminListBlockService.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -49,6 +49,7 @@
 block discarded – undo
49 49
 
50 50
     /**
51 51
      * NEXT_MAJOR: remove possibility to pass `null` as value of first argument and bump "sonata-project/block-bundle" to ^4.0
52
+     * @param string $name
52 53
      */
53 54
     public function __construct(
54 55
         ?string $name,
Please login to merge, or discard this patch.
src/Block/AdminStatsBlockService.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -42,6 +42,7 @@
 block discarded – undo
42 42
 
43 43
     /**
44 44
      * NEXT_MAJOR: remove possibility to pass `null` as value of first argument and bump "sonata-project/block-bundle" to ^4.0
45
+     * @param string $name
45 46
      */
46 47
     public function __construct(?string $name, EngineInterface $templating, Pool $pool)
47 48
     {
Please login to merge, or discard this patch.