Completed
Push — master ( 12ac15...bca9d9 )
by Marcel
08:21 queued 11s
created
src/Mailer.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@  discard block
 block discarded – undo
49 49
         });
50 50
     }
51 51
 
52
+    /**
53
+     * @param Mailable $mailable
54
+     */
52 55
     protected function getMailableProperty($mailable, string $property)
53 56
     {
54 57
         $reflection = new ReflectionClass($mailable);
@@ -73,6 +76,9 @@  discard block
 block discarded – undo
73 76
         return View::make($viewFile);
74 77
     }
75 78
 
79
+    /**
80
+     * @param \Illuminate\Contracts\View\View $view
81
+     */
76 82
     protected function getMailableViewContent($view)
77 83
     {
78 84
         return file_get_contents($view->getPath());
Please login to merge, or discard this patch.