Passed
Pull Request — master (#315)
by
unknown
04:54
created
src/MShop/Common/Manager/Type/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
 
219 219
 		while( $row = $results->fetch() )
220 220
 		{
221
-			if( ( $row[$this->prefix . 'i18n'] = json_decode( ($i18n = $row[$this->prefix . 'i18n'] ?? ''), true ) ) === null ) {
221
+			if( ( $row[$this->prefix . 'i18n'] = json_decode( ( $i18n = $row[$this->prefix . 'i18n'] ?? '' ), true ) ) === null ) {
222 222
 				$row[$this->prefix . 'i18n'] = [];
223 223
 			}
224 224
 
Please login to merge, or discard this patch.