Passed
Pull Request — master (#288)
by
unknown
02:33
created
src/Types/Payments/Query/AnswerPreCheckoutQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 
51 51
     /**
52 52
      * @author MY
53
-     * @return true
53
+     * @return boolean
54 54
      */
55 55
     public function getOk()
56 56
     {
Please login to merge, or discard this patch.
src/Types/Animation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
     }
209 209
 
210 210
     /**
211
-     * @return string $fileName
211
+     * @return PhotoSize $fileName
212 212
      */
213 213
     public function getFileName()
214 214
     {
Please login to merge, or discard this patch.
src/Types/MessageEntity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
     }
178 178
 
179 179
     /**
180
-     * @return string
180
+     * @return User
181 181
      */
182 182
     public function getLanguage()
183 183
     {
Please login to merge, or discard this patch.