@@ -150,6 +150,9 @@ |
||
| 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); |
@@ -40,6 +40,7 @@ |
||
| 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 | { |