- Notifications
You must be signed in to change notification settings - Fork4.6k
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Hello. In the last commit the <?php$obj = Singleton::getInstance();$obj2 =clone Singleton::getInstance();var_dump($obj ===$obj2);// false |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
-
Hi@AliN11, you are right, that method should not be removed. Seems like rector did remove it while running the refactorings towards PHP8 and I didn't notice. My bad, will re-add that. |
BetaWas this translation helpful?Give feedback.
All reactions
1 reply
-
Aha. I created a pull request#435 |
BetaWas this translation helpful?Give feedback.
All reactions
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment