Completed
Push — master ( c7d4dc...13d232 )
by Carlos
32:44 queued 24:34
created
src/Staff/Staff.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * List all staffs.
41 41
      *
42
-     * @return array
42
+     * @return Collection
43 43
      */
44 44
     public function lists()
45 45
     {
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * List all online staffs.
51 51
      *
52
-     * @return array
52
+     * @return Collection
53 53
      */
54 54
     public function onlines()
55 55
     {
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      * @param string $nickname
64 64
      * @param string $password
65 65
      *
66
-     * @return bool
66
+     * @return Collection
67 67
      */
68 68
     public function create($email, $nickname, $password)
69 69
     {
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
      * @param string $nickname
84 84
      * @param string $password
85 85
      *
86
-     * @return bool
86
+     * @return Collection
87 87
      */
88 88
     public function update($email, $nickname, $password)
89 89
     {
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
      *
102 102
      * @param string $email
103 103
      *
104
-     * @return bool
104
+     * @return Collection
105 105
      */
106 106
     public function delete($email)
107 107
     {
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
      * @param string $email
127 127
      * @param string $path
128 128
      *
129
-     * @return bool
129
+     * @return Collection
130 130
      */
131 131
     public function avatar($email, $path)
132 132
     {
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
      *
155 155
      * @param string|array $message
156 156
      *
157
-     * @return mixed
157
+     * @return Collection
158 158
      */
159 159
     public function send($message)
160 160
     {
Please login to merge, or discard this patch.