Completed
Push — master ( 4a0eb2...c8ed5a )
by Perez
04:36 queued 02:38
created
ApiService/SendgridApiService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     /**
10 10
      * @param  array  $hook
11
-     * @return HookInterface
11
+     * @return DefaultHook
12 12
      */
13 13
     private function bindHook(array $hook)
14 14
     {
Please login to merge, or discard this patch.
Event/UserMailHookEvent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      *
50 50
      * @param UserInterface $user the user
51 51
      *
52
-     * @return this
52
+     * @return UserMailHookEvent
53 53
      */
54 54
     public function setUser(UserInterface $user)
55 55
     {
Please login to merge, or discard this patch.
Provider/ApiServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * @param string              $apiServiceName
30 30
      * @param ApiServiceInterface $apiService
31
-     * @return this
31
+     * @return ApiServiceProvider
32 32
      */
33 33
     public function setApiService($apiServiceName, ApiServiceInterface $apiService)
34 34
     {
Please login to merge, or discard this patch.
Event/MailHookEvent.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
      *
50 50
      * @param string $email the email
51 51
      *
52
-     * @return this
52
+     * @return MailHookEvent
53 53
      */
54 54
     public function setEmail($email)
55 55
     {
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
      *
74 74
      * @param string $name the name
75 75
      *
76
-     * @return this
76
+     * @return MailHookEvent
77 77
      */
78 78
     public function setName($name)
79 79
     {
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      *
98 98
      * @param array $metaData the meta data
99 99
      *
100
-     * @return this
100
+     * @return MailHookEvent
101 101
      */
102 102
     public function setMetaData(array $metaData = array())
103 103
     {
Please login to merge, or discard this patch.