Fix typo in UserProfile::isConnectedWith*() deprecation
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 16 Mar 2021 10:46:09 +0000 (11:46 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Mar 2021 10:46:09 +0000 (11:46 +0100)
Co-authored-by: Matthias Schmidt <gravatronics@live.com>
wcfsetup/install/files/lib/data/user/UserProfile.class.php

index f71e30001b012fd1e0aee67290a693061cdf74db..1587c34126bda99b9442fd22159f0efee1b8b262 100644 (file)
@@ -998,7 +998,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject
     }
 
     /**
-     * @deprecated 5.4 This method is unused internally and redundant with User:.getAuthProvider()
+     * @deprecated 5.4 This method is unused internally and redundant with `User::getAuthProvider()`.
      */
     public function isConnectedWithFacebook()
     {
@@ -1006,7 +1006,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject
     }
 
     /**
-     * @deprecated 5.4 This method is unused internally and redundant with User:.getAuthProvider()
+     * @deprecated 5.4 This method is unused internally and redundant with `User::getAuthProvider()`.
      */
     public function isConnectedWithGithub()
     {
@@ -1014,7 +1014,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject
     }
 
     /**
-     * @deprecated 5.4 This method is unused internally and redundant with User:.getAuthProvider()
+     * @deprecated 5.4 This method is unused internally and redundant with `User::getAuthProvider()`.
      */
     public function isConnectedWithGoogle()
     {
@@ -1022,7 +1022,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject
     }
 
     /**
-     * @deprecated 5.4 This method is unused internally and redundant with User:.getAuthProvider()
+     * @deprecated 5.4 This method is unused internally and redundant with `User::getAuthProvider()`.
      */
     public function isConnectedWithTwitter()
     {