Completed
Push — master ( 116f12...4a9b77 )
by Elf
01:59
created
src/MailServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/SwiftMailerManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.