Completed
Pull Request — master (#221)
by Maximilian
10:25 queued 07:13
created
includes/DataObjects/Comment.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
 
88 88
 	/**
89 89
 	 * Summary of getUserObject
90
-	 * @return User|null
90
+	 * @return DataObject|null
91 91
 	 */
92 92
 	public function getUserObject()
93 93
 	{
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
 
127 127
 	/**
128 128
 	 * Summary of getRequestObject
129
-	 * @return Request|null
129
+	 * @return DataObject|null
130 130
 	 */
131 131
 	public function getRequestObject()
132 132
 	{
Please login to merge, or discard this patch.
includes/DataObjects/Log.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
 	
86 86
 	/**
87 87
 	 * Summary of getUserObject
88
-	 * @return User|null
88
+	 * @return DataObject|null
89 89
 	 */
90 90
 	public function getUserObject()
91 91
 	{
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
 
95 95
 	/**
96 96
 	 * Summary of setUser
97
-	 * @param int|User $user 
97
+	 * @param User $user 
98 98
 	 */
99 99
 	public function setUser($user)
100 100
 	{
Please login to merge, or discard this patch.
includes/strings.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -35,6 +35,7 @@  discard block
 block discarded – undo
35 35
 	/**
36 36
 	 * Formats a string to be used as a username.
37 37
 	 * @deprecated StringFunctions class
38
+	 * @param string $username
38 39
 	 */
39 40
 	public function struname($username)
40 41
 	{
@@ -50,6 +51,7 @@  discard block
 block discarded – undo
50 51
 	 * from the beginning/end of the Email, as well as immediately before/after
51 52
 	 * the @ in the Email).
52 53
 	 * @deprecated StringFunctions class
54
+	 * @param string $email
53 55
 	 */
54 56
 	public function stremail($email)
55 57
 	{
Please login to merge, or discard this patch.