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
2929 /**
3030 * @var int
3131 */
32- public int $ long ;
32+ public $ long ;
3333
3434 /**
3535 * MixedWithLegacy constructor.
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ static function (Author $author): string
248248 */
249249 public function legacyPropertiesSupport (): void
250250 {
251- if (\PHP_VERSION_ID >= 7040 )
251+ if (\PHP_VERSION_ID >= 70400 )
252252 {
253253 $ serializer = new SymfonyMessageSerializer ();
254254
@@ -274,7 +274,7 @@ public function legacyPropertiesSupport(): void
274274 */
275275 public function privateMixedPropertiesSupport (): void
276276 {
277- if (\PHP_VERSION_ID >= 7040 )
277+ if (\PHP_VERSION_ID >= 70400 )
278278 {
279279 $ serializer = new SymfonyMessageSerializer ();
280280
You can’t perform that action at this time.
0 commit comments