@@ -688,7 +688,6 @@ public function exportUserAvatars($offset, $limit)
688688 $ statement ->execute (['avatar_path ' , 'avatar_salt ' , 'avatar_gallery_path ' ]);
689689 while ($ row = $ statement ->fetchArray ()) {
690690 $ config_name = $ row ['config_name ' ];
691- /** @noinspection PhpVariableVariableInspection */
692691 $ {$ config_name } = $ row ['config_value ' ];
693692 }
694693 }
@@ -715,7 +714,6 @@ public function exportUserAvatars($offset, $limit)
715714 'userID ' => $ row ['user_id ' ],
716715 ];
717716
718- /** @noinspection PhpUndefinedVariableInspection */
719717 ImportHandler::getInstance ()
720718 ->getImporter ('com.woltlab.wcf.user.avatar ' )
721719 ->import (
@@ -861,7 +859,6 @@ public function exportConversations($offset, $limit)
861859 'isDraft ' => $ row ['isDraft ' ],
862860 ];
863861
864- /** @noinspection PhpUndefinedVariableInspection */
865862 ImportHandler::getInstance ()
866863 ->getImporter ('com.woltlab.wcf.conversation ' )
867864 ->import (
@@ -1718,7 +1715,6 @@ protected function exportAttachments($conversation, $offset, $limit)
17181715 $ statement ->execute (['upload_path ' ]);
17191716 while ($ row = $ statement ->fetchArray ()) {
17201717 $ config_name = $ row ['config_name ' ];
1721- /** @noinspection PhpVariableVariableInspection */
17221718 $ {$ config_name } = $ row ['config_value ' ];
17231719 }
17241720 }
0 commit comments