File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 if : " ${{ matrix.remove-optional-dependencies }}"
162162 run : |
163163 composer remove --no-update friendsofphp/proxy-manager-lts symfony/var-exporter
164- composer remove --no-update --dev symfony/cache doctrine/orm doctrine/annotations symfony/uid
164+ composer remove --no-update --dev symfony/cache doctrine/orm doctrine/annotations
165165 composer remove --no-update --dev doctrine/coding-standard phpstan/phpstan phpstan/phpstan-deprecation-rule phpstan/phpstan-phpunit
166166
167167 - name : " Install dependencies with Composer"
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ public function testReadOnlyDocument(): void
3636class ReadOnlyProperties
3737{
3838 #[Id]
39+ // @phpstan-ignore property.uninitializedReadonly (initialized by reflection)
3940 public readonly string $ id ;
4041
4142 #[Field]
Original file line number Diff line number Diff line change 77use Doctrine \ODM \MongoDB \Types \Type ;
88use InvalidArgumentException ;
99use MongoDB \BSON \Binary ;
10- use PHPUnit \Framework \Attributes \RequiresMethod ;
1110use PHPUnit \Framework \TestCase ;
1211use Symfony \Component \Uid \UuidV4 ;
1312use Throwable ;
1413
15- #[RequiresMethod(UuidV4::class, '__construct ' )]
1614class BinaryUuidTypeTest extends TestCase
1715{
1816 public function testConvertToDatabaseValue (): void
You can’t perform that action at this time.
0 commit comments