Passed
Pull Request — master (#134)
by Eric
05:36
created
src/Notifications/HealthStatus.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -132,8 +132,8 @@  discard block
 block discarded – undo
132 132
     /**
133 133
      * Get the action message.
134 134
      *
135
-     * @param $item
136
-     * @return \Illuminate\Config\Repository|mixed
135
+     * @param HealthStatus $item
136
+     * @return string
137 137
      */
138 138
     private function getActionMessage($item)
139 139
     {
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     /**
146 146
      * Get the action title.
147 147
      *
148
-     * @return mixed
148
+     * @return string
149 149
      */
150 150
     protected function getActionTitle()
151 151
     {
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
     /**
156 156
      * Get the email subject.
157 157
      *
158
-     * @return mixed
158
+     * @return string
159 159
      */
160 160
     protected function getSubject()
161 161
     {
Please login to merge, or discard this patch.