Skip to content

Commit 4a83dbc

Browse files
[6.0] cs fixes
1 parent 2166130 commit 4a83dbc

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

Compiler/PriorityTaggedServiceTrait.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ private function findAndSortTaggedServices(string|TaggedIteratorArgument $tagNam
114114
*/
115115
class PriorityTaggedServiceUtil
116116
{
117-
/**
118-
* @return string|int|null
119-
*/
120117
public static function getDefault(ContainerBuilder $container, string $serviceId, string $class, string $defaultMethod, string $tagName, ?string $indexAttribute, bool $checkTaggedItem): string|int|null
121118
{
122119
if (!($r = $container->getReflectionClass($class)) || (!$checkTaggedItem && !$r->hasMethod($defaultMethod))) {

Definition.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,8 +710,6 @@ public function setConfigurator(string|array|Reference|null $configurator): stat
710710

711711
/**
712712
* Gets the configurator to call after the service is fully initialized.
713-
*
714-
* @return string|array|null
715713
*/
716714
public function getConfigurator(): string|array|null
717715
{

ParameterBag/ContainerBag.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ public function all(): array
3535

3636
/**
3737
* {@inheritdoc}
38-
*
39-
* @return array|bool|string|int|float|null
4038
*/
4139
public function get(string $name): array|bool|string|int|float|null
4240
{

ParameterBag/ParameterBagInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ public function all(): array;
4343
/**
4444
* Gets a service container parameter.
4545
*
46-
* @return array|bool|string|int|float|null
47-
*
4846
* @throws ParameterNotFoundException if the parameter is not defined
4947
*/
5048
public function get(string $name): array|bool|string|int|float|null;

0 commit comments

Comments
 (0)