Completed
Push — master ( eb7464...630b4a )
by Joseph
02:32
created
src/Jclyons52/PagePreview/Preview.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @return mixed
66
+     * @return string
67 67
      */
68 68
     public function title()
69 69
     {
@@ -86,6 +86,7 @@  discard block
 block discarded – undo
86 86
     }
87 87
 
88 88
     /**
89
+     * @param string $element
89 90
      * @return array
90 91
      */
91 92
     public function meta($element = null)
@@ -162,7 +163,7 @@  discard block
 block discarded – undo
162 163
 
163 164
     /**
164 165
      * @param string $url
165
-     * @return array
166
+     * @return string
166 167
      */
167 168
     private function formatUrl($url)
168 169
     {
Please login to merge, or discard this patch.