Completed
Push — master ( 0e1e5d...a74ef4 )
by Gilles
03:37 queued 01:52
created
Event/RewriteUrlEvent.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -63,7 +63,6 @@  discard block
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @param int $id|null
67 66
      * @return $this
68 67
      */
69 68
     public function setId($id)
@@ -150,7 +149,7 @@  discard block
 block discarded – undo
150 149
     }
151 150
 
152 151
     /**
153
-     * @return null|int
152
+     * @return string
154 153
      */
155 154
     public function getUrl()
156 155
     {
@@ -169,7 +168,7 @@  discard block
 block discarded – undo
169 168
     }
170 169
 
171 170
     /**
172
-     * @return null
171
+     * @return string
173 172
      */
174 173
     public function getView()
175 174
     {
@@ -188,7 +187,7 @@  discard block
 block discarded – undo
188 187
     }
189 188
 
190 189
     /**
191
-     * @return null
190
+     * @return string
192 191
      */
193 192
     public function getViewLocale()
194 193
     {
Please login to merge, or discard this patch.