]> git.mxchange.org Git - friendica.git/commitdiff
Improve license comment
authorMichael <heluecht@pirati.ca>
Mon, 13 Jun 2022 10:30:21 +0000 (10:30 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 13 Jun 2022 10:30:21 +0000 (10:30 +0000)
src/Model/Contact.php

index 6ee4582bcfe9bd565350654a2e665f33c8ab4ec2..fedf6c839afe7696689a2766ad0ca5cbf7d9ceff 100644 (file)
@@ -1861,15 +1861,19 @@ class Contact
                                        break;
 
                                case 'peertube':
-                                       /**
-                                        * Picture credits
-                                        * @license GNU Affero General Public License v3.0
-                                        */
                                        if ($type == Contact::TYPE_COMMUNITY) {
-                                               // @link https://github.com/Chocobozzz/PeerTube/blob/develop/client/src/assets/images/default-avatar-video-channel.png
+                                               /**
+                                                * Picture credits
+                                                * @license GNU Affero General Public License v3.0
+                                                * @link    https://github.com/Chocobozzz/PeerTube/blob/develop/client/src/assets/images/default-avatar-video-channel.png
+                                                */
                                                $default = '/images/default/peertube-channel.png';
                                        } else {
-                                               // @link https://github.com/Chocobozzz/PeerTube/blob/develop/client/src/assets/images/default-avatar-account.png
+                                               /**
+                                                * Picture credits
+                                                * @license GNU Affero General Public License v3.0
+                                                * @link    https://github.com/Chocobozzz/PeerTube/blob/develop/client/src/assets/images/default-avatar-account.png
+                                                */
                                                $default = '/images/default/peertube-account.png';
                                        }
                                        break;