Skip to content

Conversation

@kkevindev
Copy link
Contributor

Closes #218.

@kkevindev kkevindev requested a review from shadowhand November 21, 2025 14:21
private static string $assertDocComment;
private static array $mixinMethodNames;

private array $methodDoesNotHaveNullOrMixin = array(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should be [] instead of array().

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Would require a change in

'array_syntax' => ['syntax' => 'long'],

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah yes. Let's do that as a separate PR.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Changed to short arrays in 41b8ea1.

@kkevindev kkevindev requested a review from shadowhand November 21, 2025 19:39
private static string $assertDocComment;
private static array $mixinMethodNames;

private array $methodDoesNotHaveNullOrMixin = array(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah yes. Let's do that as a separate PR.

@shadowhand shadowhand merged commit f3b53eb into webmozarts:master Nov 21, 2025
9 checks passed
@kkevindev kkevindev deleted the feat-add-assert-isInitialized branch November 21, 2025 23:13
@shadowhand shadowhand added this to the v2.0 milestone Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FR] Assert property initialized

2 participants