remove superfluous comment

This commit is contained in:
Philipp Holzer
2019-08-28 01:02:23 +02:00
parent df7ec0cdf7
commit 8688053a08

View File

@@ -120,7 +120,6 @@ class BBCode extends BaseObject
*/ */
public static function getAttachmentData($body) public static function getAttachmentData($body)
{ {
// Initialize empty data array
$data = [ $data = [
'type' => '', 'type' => '',
'text' => '', 'text' => '',