Completed
Push — naming ( a37702 )
by Jeroen De
08:45
created
includes/parsers/LocationParser.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -83,6 +83,11 @@
 block discarded – undo
83 83
 		$location->setLink( $this->getExpandedLink( $link ) );
84 84
 	}
85 85
 
86
+	/**
87
+	 * @param string $link
88
+	 *
89
+	 * @return string
90
+	 */
86 91
 	private function getExpandedLink( $link ) {
87 92
 		if ( filter_var( $link , FILTER_VALIDATE_URL , FILTER_FLAG_SCHEME_REQUIRED ) ) {
88 93
 			return $link;
Please login to merge, or discard this patch.