-
Notifications
You must be signed in to change notification settings - Fork 99
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
fixed #554 アンカーがある場合はnoneしない #1096
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1096 +/- ##
=======================================
Coverage 51.63% 51.63%
=======================================
Files 80 80
Lines 10223 10223
=======================================
Hits 5279 5279
Misses 4944 4944
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
php-cs-fixer厳しい!ルールが違うのか |
@nobuhiko |
@nanasess です、みにくくてすみません |
|| SC_Utils_Ex::isBlank($arrSubProductData['sub_comment'.$i]) == false | ||
|| SC_Utils_Ex::isBlank($arrSubProductData['sub_image'.$i]) == false | ||
|| SC_Utils_Ex::isBlank($arrSubProductData['sub_large_image'.$i]) == false | ||
|| SC_Utils_Ex::isBlank($arrSubProductData['temp_sub_image'.$i]) == false | ||
|| SC_Utils_Ex::isBlank($arrSubProductData['temp_sub_large_image'.$i]) == false | ||
|| $arrSubProductData['image_key'] == 'sub_image'.$i |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|| $arrSubProductData['image_key'] == 'sub_image'.$i | |
|| $arrSubProductData['image_key'] == 'sub_image'.$i | |
|| $arrSubProductData['image_key'] == 'sub_large_image'.$i |
最初にサブ拡大画像にアップロードすると閉じてしまったので、'sub_large_image'.$i
も追加でお願いします
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #554