Skip to content

Conversation

@justadreamer
Copy link
Contributor

A dummy default constructor function is needed because some deeper than 1-level inherited classes call parent::__construct() and we do not want to break this behavior as some intermediate classes might want to define some constructors later, but just don't at the moment. Unfortunately PHP does not provide an implicit constructor like C++ would f.e. - so we have to keep this dummy one as an implicit default one.

The constructor was accidentally removed as part of these changes - this caused some dependent repository tests to fail. So putting it back.

@Automation51D Automation51D merged commit 4460bb3 into 51Degrees:main Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants