@@ -72,7 +72,7 @@ discard block |
||
| 72 | 72 | } |
| 73 | 73 | |
| 74 | 74 | /** |
| 75 | - * @param $server |
|
| 75 | + * @param string $server |
|
| 76 | 76 | * @return $this |
| 77 | 77 | */ |
| 78 | 78 | public function setServer($server) |
@@ -82,7 +82,7 @@ discard block |
||
| 82 | 82 | } |
| 83 | 83 | |
| 84 | 84 | /** |
| 85 | - * @return mixed |
|
| 85 | + * @return string |
|
| 86 | 86 | */ |
| 87 | 87 | public function getQueue() |
| 88 | 88 | { |
@@ -100,7 +100,7 @@ discard block |
||
| 100 | 100 | } |
| 101 | 101 | |
| 102 | 102 | /** |
| 103 | - * @return mixed |
|
| 103 | + * @return string |
|
| 104 | 104 | */ |
| 105 | 105 | public function getPrefix() |
| 106 | 106 | { |
@@ -120,7 +120,7 @@ discard block |
||
| 120 | 120 | |
| 121 | 121 | |
| 122 | 122 | /** |
| 123 | - * @return mixed |
|
| 123 | + * @return integer |
|
| 124 | 124 | */ |
| 125 | 125 | public function getProcId() |
| 126 | 126 | { |
@@ -146,7 +146,7 @@ discard block |
||
| 146 | 146 | } |
| 147 | 147 | |
| 148 | 148 | /** |
| 149 | - * @return mixed |
|
| 149 | + * @return \DateTime |
|
| 150 | 150 | */ |
| 151 | 151 | public function getCreatedAt() |
| 152 | 152 | { |
@@ -164,7 +164,7 @@ discard block |
||
| 164 | 164 | } |
| 165 | 165 | |
| 166 | 166 | /** |
| 167 | - * @return mixed |
|
| 167 | + * @return \DateTime |
|
| 168 | 168 | */ |
| 169 | 169 | public function getUpdatedAt() |
| 170 | 170 | { |