Completed
Push — master ( 30ea98...ad161f )
by Jake
02:20
created
src/SEOGenerator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -76,6 +76,9 @@
 block discarded – undo
76 76
             '<meta name="theme-color" content="' . $colors['theme'] . '">';
77 77
     }
78 78
     
79
+    /**
80
+     * @param string $view
81
+     */
79 82
     public static function make (array $details, $view = null)
80 83
     {
81 84
         $defaults = [
Please login to merge, or discard this patch.