Test Failed
Pull Request — lib (#390)
by
unknown
06:48
created
Michelf/MarkdownExtra.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
 	 */
150 150
 	protected int $footnote_counter = 1;
151 151
 
152
-    /**
152
+	/**
153 153
 	 * Ref attribute for links
154 154
 	 */
155 155
 	protected array $ref_attr = array();
@@ -1654,10 +1654,10 @@  discard block
 block discarded – undo
1654 1654
 	}
1655 1655
 
1656 1656
 	/**
1657
-	* Footnote title - get plaintext representation of a footnote for use in tooltip.
1658
-	* @param  string $footnote
1659
-	* @return string
1660
-	*/
1657
+	 * Footnote title - get plaintext representation of a footnote for use in tooltip.
1658
+	 * @param  string $footnote
1659
+	 * @return string
1660
+	 */
1661 1661
 	protected function get_footnote_title( $footnote ) {
1662 1662
 		//	Remove newlines from the source code so they don't become visible in the tooltip
1663 1663
 		//	Replace with spaces so there's a suitable gap between adjacent elements
Please login to merge, or discard this patch.