Completed
Push — master ( 1c06cf...c6b670 )
by Peter
11:21
created
src/Helpers/InlineWrapper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -113,6 +113,9 @@
 block discarded – undo
113 113
 		return $text;
114 114
 	}
115 115
 
116
+	/**
117
+	 * @param string $flag
118
+	 */
116 119
 	private function setFlag($flag, $value = true)
117 120
 	{
118 121
 		$this->$flag = $value;
Please login to merge, or discard this patch.