Completed
Push — master ( 1c035c...47b80b )
by Roman
03:58
created
code/GridField/GridFieldPaymentStatusIndicator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
      * @param \GridField $gridField
11 11
      * @param \DataObject $record
12 12
      * @param string $columnName
13
-     * @return string|null - the HTML for the column
13
+     * @return null|\HTMLText - the HTML for the column
14 14
      */
15 15
     public function getColumnContent($gridField, $record, $columnName)
16 16
     {
Please login to merge, or discard this patch.
code/Tasks/GenerateJavascriptI18nTask.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
14 14
 	private $targetDir = 'javascript/lang';
15 15
 
16 16
 
17
+	/**
18
+	 * @param string $modulePath
19
+	 */
17 20
 	public function setModulePath($modulePath) {
18 21
 		$this->modulePath = $modulePath;
19 22
 	}
Please login to merge, or discard this patch.