@@ -100,7 +100,7 @@ |
||
100 | 100 | /** |
101 | 101 | * Get the services provided by the provider. |
102 | 102 | * |
103 | - * @return array |
|
103 | + * @return string[] |
|
104 | 104 | */ |
105 | 105 | public function provides() |
106 | 106 | { |
@@ -158,7 +158,7 @@ |
||
158 | 158 | /** |
159 | 159 | * Set the default swift mailer. |
160 | 160 | * |
161 | - * @param string|\Swift_Mailer $mailer |
|
161 | + * @param Swift_Mailer $mailer |
|
162 | 162 | * @return $this |
163 | 163 | */ |
164 | 164 | public function setDefaultMailer($mailer) |