-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Deprecated dynamic properties in yii\framework\gii\components\Pear\Text\Diff\Engine\native.php . #4534
Comments
What Yii version do you have? |
Yii v1.1.28 This is related to assignments to class properties that are not declared: |
Wordpress has an evolved version: |
I opened a PR in upstream - there were also some changes to replace looping over list() the approach for the latter is different than that in Yii where unshift was applied. |
I created a PR and applied changes even though the upstream PR is not yet merged. |
Fixed with #4536 |
I ran into this when performing a 'diff' in the yii code generator.
Non of the properties are defined in native.php.
I dropped in the following definitions, more may be needed:
The text was updated successfully, but these errors were encountered: