Skip to content
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

Fix HtmlPurifier.php phpDoc link typo #3

Closed

Conversation

youanden
Copy link

No description provided.

@qiangxue
Copy link
Member

This is a read-only repo. I have checked in the fix in yii2. Thanks.

@qiangxue qiangxue closed this May 18, 2014
wenbin1989 pushed a commit to wenbin1989/yii2-framework that referenced this pull request Nov 17, 2014
Translate guide of service locator and start to translate properties sec...
wenbin1989 pushed a commit to wenbin1989/yii2-framework that referenced this pull request Nov 17, 2014
Merge pull request yiisoft#3 from yiisoft/master
indrig added a commit to indrig/yii2-framework that referenced this pull request Dec 26, 2019
Fix for PHP 7.4

Trying to access array offset on value of type null
When:
if (($value = $model[$attribute]) !== null) 

/var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveRelationTrait.php line 526

#0 /var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveRelationTrait.php(526): yii\base\ErrorHandler->handleError()
yiisoft#1 /var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveRelationTrait.php(246): yii\db\ActiveQuery->filterByModels()
yiisoft#2 /var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveQueryTrait.php(151): yii\db\ActiveQuery->populateRelation()
yiisoft#3 /var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveQuery.php(224): yii\db\ActiveQuery->findWith()
indrig added a commit to indrig/yii2-framework that referenced this pull request Dec 26, 2019
Fix for PHP 7.4

Trying to access array offset on value of type null
When:
if (($value = $model[$attribute]) !== null) 

/var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveRelationTrait.php line 526

#0 /var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveRelationTrait.php(526): yii\base\ErrorHandler->handleError()
yiisoft#1 /var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveRelationTrait.php(246): yii\db\ActiveQuery->filterByModels()
yiisoft#2 /var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveQueryTrait.php(151): yii\db\ActiveQuery->populateRelation()
yiisoft#3 /var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveQuery.php(224): yii\db\ActiveQuery->findWith()
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