File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ final class MixedWithLegacy
29
29
/**
30
30
* @var int
31
31
*/
32
- public int $ long ;
32
+ public $ long ;
33
33
34
34
/**
35
35
* MixedWithLegacy constructor.
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ static function (Author $author): string
248
248
*/
249
249
public function legacyPropertiesSupport (): void
250
250
{
251
- if (\PHP_VERSION_ID >= 7040 )
251
+ if (\PHP_VERSION_ID >= 70400 )
252
252
{
253
253
$ serializer = new SymfonyMessageSerializer ();
254
254
@@ -274,7 +274,7 @@ public function legacyPropertiesSupport(): void
274
274
*/
275
275
public function privateMixedPropertiesSupport (): void
276
276
{
277
- if (\PHP_VERSION_ID >= 7040 )
277
+ if (\PHP_VERSION_ID >= 70400 )
278
278
{
279
279
$ serializer = new SymfonyMessageSerializer ();
280
280
You can’t perform that action at this time.
0 commit comments