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

SC_Queryインスタンスの取得時の参照代入を廃止するよう統一 #192

Conversation

shutta-
Copy link

@shutta- shutta- commented Apr 26, 2018

$objQuery =& SC_Query_Ex::getSingletonInstance();

$objQuery = SC_Query_Ex::getSingletonInstance();
に統一。

元々はPHP4互換のために参照代入にしていたと思うが、2.12以降でPHP4非対応になって久しい。
現状は、参照代入している箇所としていない箇所が混在しており、もはや不要かと思われるので参照代入をしないように統一。

元々はPHP4互換のために参照代入にしていたと思うが、2.12以降でPHP4非対応になって久しい。
現状は、参照代入している箇所としていない箇所が混在しており、もはや不要かと思われるので参照代入をしないように統一。
@coveralls
Copy link

Coverage Status

Coverage remained the same at 22.474% when pulling db5b33e on shutta-:fix-assignment-by-reference-for-sc_query-instance into 3fc6ab3 on EC-CUBE:improve/php7.

@chihiro-adachi chihiro-adachi added this to the 2.17.0 milestone Apr 27, 2018
@chihiro-adachi chihiro-adachi merged commit 19d8f67 into EC-CUBE:improve/php7 Apr 27, 2018
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