Skip to content

Conversation

@ADoebeling
Copy link
Contributor

This change corrects a small typo in the German OOP overloading example (language/oop5/overloading.xml).
The example defines the class MethodenTest, but the static method call used Methodtest::runTest()

I updated the static call to MethodenTest::runTest() so that the class name is consistent throughout the example.

Copilot AI review requested due to automatic review settings December 6, 2025 15:05
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a typo in the class name within a German OOP overloading example. The class is defined as MethodenTest but was incorrectly referenced as MethodTest in a static method call.

  • Corrected the static method call from MethodTest::runTest() to MethodenTest::runTest() to match the class definition

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@msamesch msamesch merged commit 68ecfad into php:master Dec 6, 2025
6 of 7 checks passed
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.

2 participants