projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48f5d4
)
Fixed typo
author
Marcel Werk
<burntime@woltlab.com>
Sat, 11 Apr 2015 19:05:31 +0000
(21:05 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Sat, 11 Apr 2015 19:05:31 +0000
(21:05 +0200)
wcfsetup/install/files/lib/data/comment/StructuredComment.class.php
patch
|
blob
|
blame
|
history
wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponse.class.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/lib/data/comment/StructuredComment.class.php
b/wcfsetup/install/files/lib/data/comment/StructuredComment.class.php
index f103e0138a049ac70f5256980d91820c3c753281..18de999aa031b785012574b43c19de2435cf31b9 100644
(file)
--- a/
wcfsetup/install/files/lib/data/comment/StructuredComment.class.php
+++ b/
wcfsetup/install/files/lib/data/comment/StructuredComment.class.php
@@
-63,7
+63,7
@@
class StructuredComment extends DatabaseObjectDecorator implements \Countable, \
/**
* Returns the last responses for this comment.
*
- * @return array<\wcf\data\comment\response\StructuredCommentReponse>
+ * @return array<\wcf\data\comment\response\StructuredCommentRe
s
ponse>
*/
public function getResponses() {
return $this->responses;
diff --git
a/wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponse.class.php
b/wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponse.class.php
index bb1dc539281d09c501a9a88e65e9c8615f1e9c55..7e908f4551f7447dcf4d89026a28c946689a065d 100644
(file)
--- a/
wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponse.class.php
+++ b/
wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponse.class.php
@@
-10,7
+10,7
@@
use wcf\system\user\notification\UserNotificationHandler;
use wcf\system\WCF;
/**
- * Likeable object implementation for comment reponses.
+ * Likeable object implementation for comment re
s
ponses.
*
* @author Matthias Schmidt
* @copyright 2001-2015 WoltLab GmbH