File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/Symfony/Contracts/Tests/Service Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
if : " ${{ matrix.php == '8.0' && ! matrix.mode }}"
140
140
run : |
141
141
sed -i 's/"\*\*\/Tests\/"//' composer.json
142
- composer install --optimize-autoloader
142
+ composer install -q - -optimize-autoloader
143
143
SYMFONY_PATCH_TYPE_DECLARATIONS=force=1 php .github/patch-types.php
144
144
SYMFONY_PATCH_TYPE_DECLARATIONS=force=1 php .github/patch-types.php # ensure the script is idempotent
145
145
echo PHPUNIT="$PHPUNIT,legacy" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -42,7 +42,10 @@ public function aParentService(): Service1
42
42
{
43
43
}
44
44
45
- public function setContainer (ContainerInterface $ container ): ContainerInterface
45
+ /**
46
+ * @return ContainerInterface
47
+ */
48
+ public function setContainer (ContainerInterface $ container )
46
49
{
47
50
return $ container ;
48
51
}
You can’t perform that action at this time.
0 commit comments