Completed
Push — master ( d56647...5f1d83 )
by Kirill
11s
created
app/Domains/Bot/Middlewares/NewGoogleSearchMiddleware.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * @param Message $message
32 32
      *
33
-     * @return array
33
+     * @return Message
34 34
      */
35 35
     public function handle(Message $message)
36 36
     {
Please login to merge, or discard this patch.
app/Interfaces/Gitter/Karma/Validator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
     /**
38 38
      * @param Message $message
39
-     * @return Status[]|Collection
39
+     * @return Collection
40 40
      */
41 41
     public function validate(Message $message)
42 42
     {
Please login to merge, or discard this patch.
app/Interfaces/Slack/UserMapper.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 class UserMapper
21 21
 {
22 22
     /**
23
-     * @param array|\StdClass $attributes
24 23
      * @return User
25 24
      * @throws InvalidArgumentException
26 25
      */
Please login to merge, or discard this patch.