Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply PHP 7.4 syntax and typed property #54

Merged
merged 1 commit into from
Sep 17, 2022

Conversation

samsonasik
Copy link
Member

Signed-off-by: Abdul Malik Ikhsan samsonasik@gmail.com

Q A
QA yes

Description

Since composer.json require php 7.4, php 7.4 syntax can be applied with typed properties.

  • For final class, typed properties for protected is allowed if no inherit of parent or used by its final class parent.
  • For final class, typed properties for protected can be changed to private if not used in parent or exists in parent class.
  • Otherwise, update only private properties.

@Ocramius Ocramius added this to the 2.5.0 milestone Sep 17, 2022
@Ocramius Ocramius self-assigned this Sep 17, 2022
@Ocramius Ocramius added the Enhancement New feature or request label Sep 17, 2022
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @samsonasik!

Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, loads of failures:


There were 5 errors:

1) MezzioTest\Authentication\OAuth2\Repository\Pdo\AccessTokenRepositoryFactoryTest::testFactory
TypeError: Typed property MezzioTest\Authentication\OAuth2\Repository\Pdo\AccessTokenRepositoryFactoryTest::$container must be an instance of Psr\Container\ContainerInterface, Prophecy\Prophecy\ObjectProphecy used

/github/workspace/test/Repository/Pdo/AccessTokenRepositoryFactoryTest.php:22
phpvfscomposer:///github/workspace/vendor/phpunit/phpunit/phpunit:97

2) MezzioTest\Authentication\OAuth2\Repository\Pdo\AuthCodeRepositoryFactoryTest::testFactory
TypeError: Typed property MezzioTest\Authentication\OAuth2\Repository\Pdo\AuthCodeRepositoryFactoryTest::$container must be an instance of Psr\Container\ContainerInterface, Prophecy\Prophecy\ObjectProphecy used

/github/workspace/test/Repository/Pdo/AuthCodeRepositoryFactoryTest.php:22
phpvfscomposer:///github/workspace/vendor/phpunit/phpunit/phpunit:97

3) MezzioTest\Authentication\OAuth2\Repository\Pdo\ClientRepositoryFactoryTest::testFactory
TypeError: Typed property MezzioTest\Authentication\OAuth2\Repository\Pdo\ClientRepositoryFactoryTest::$container must be an instance of Psr\Container\ContainerInterface, Prophecy\Prophecy\ObjectProphecy used

/github/workspace/test/Repository/Pdo/ClientRepositoryFactoryTest.php:22
phpvfscomposer:///github/workspace/vendor/phpunit/phpunit/phpunit:97

4) MezzioTest\Authentication\OAuth2\Repository\Pdo\RefreshTokenRepositoryFactoryTest::testFactory
TypeError: Typed property MezzioTest\Authentication\OAuth2\Repository\Pdo\RefreshTokenRepositoryFactoryTest::$container must be an instance of Psr\Container\ContainerInterface, Prophecy\Prophecy\ObjectProphecy used

/github/workspace/test/Repository/Pdo/RefreshTokenRepositoryFactoryTest.php:22
phpvfscomposer:///github/workspace/vendor/phpunit/phpunit/phpunit:97

5) MezzioTest\Authentication\OAuth2\Repository\Pdo\ScopeRepositoryFactoryTest::testFactory
TypeError: Typed property MezzioTest\Authentication\OAuth2\Repository\Pdo\ScopeRepositoryFactoryTest::$container must be an instance of Psr\Container\ContainerInterface, Prophecy\Prophecy\ObjectProphecy used

/github/workspace/test/Repository/Pdo/ScopeRepositoryFactoryTest.php:22
phpvfscomposer:///github/workspace/vendor/phpunit/phpunit/phpunit:97

I think we may need to remove prophecy as part of our refactoring work

@Ocramius Ocramius removed their assignment Sep 17, 2022
@samsonasik samsonasik force-pushed the apply-php74 branch 2 times, most recently from e9c198b to 346fc71 Compare September 17, 2022 17:00
@samsonasik
Copy link
Member Author

@Ocramius it should be fixed now.

@Ocramius
Copy link
Member

Nope 🤔

Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
@samsonasik
Copy link
Member Author

Let's try again

@samsonasik
Copy link
Member Author

@Ocramius All green 🎉

Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @samsonasik!

@Ocramius Ocramius merged commit bf79105 into mezzio:2.5.x Sep 17, 2022
@samsonasik samsonasik deleted the apply-php74 branch September 18, 2022 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants