Completed
Pull Request — 3.x (#97)
by Ruud
03:01
created
src/AbstractUrl.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -262,6 +262,9 @@
 block discarded – undo
262 262
         throw new RuntimeException(sprintf("The given URL: `%s` could not be parse", $url));
263 263
     }
264 264
 
265
+    /**
266
+     * @param string $url
267
+     */
265 268
     protected static function sanitizeUrl($url)
266 269
     {
267 270
         if ('' == $url || strpos($url, '//') === 0) {
Please login to merge, or discard this patch.