Completed
Push — master ( b78379...b50a04 )
by Nikita
02:03
created
src/Entities/Title.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      * Set title separator.
75 75
      *
76 76
      * @param string $separator
77
-     * @return \LaraComponents\Seo\Title
77
+     * @return Title
78 78
      */
79 79
     public function setSeparator($separator)
80 80
     {
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
      * Set site name.
100 100
      *
101 101
      * @param string $siteName
102
-     * @return \LaraComponents\Seo\Title
102
+     * @return Title
103 103
      */
104 104
     public function setSiteName($siteName)
105 105
     {
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
      * Set segment max length.
125 125
      *
126 126
      * @param int $max
127
-     * @return \LaraComponents\Seo\Title
127
+     * @return Title
128 128
      */
129 129
     public function setMaxSegemnt($max)
130 130
     {
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
      * Set title max length.
148 148
      *
149 149
      * @param int $max
150
-     * @return \LaraComponents\Seo\Title
150
+     * @return Title
151 151
      */
152 152
     public function setMaxTitle($max)
153 153
     {
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
      * Set reverse title position.
171 171
      *
172 172
      * @param bool $reverse
173
-     * @return \LaraComponents\Seo\Title
173
+     * @return Title
174 174
      */
175 175
     public function setReverse($reverse = true)
176 176
     {
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
     /**
215 215
      * Appent title to segments.
216 216
      *
217
-     * @return \LaraComponents\Seo\Title
217
+     * @return Title
218 218
      */
219 219
     public function add()
220 220
     {
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
     /**
231 231
      * Set title segments.
232 232
      *
233
-     * @return \LaraComponents\Seo\Title
233
+     * @return Title
234 234
      */
235 235
     public function set()
236 236
     {
Please login to merge, or discard this patch.