Completed
Push — master ( bb4762...ee0943 )
by Roman
15:21
created
src/GridField/GridFieldPaymentStatusIndicator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * @param GridField $gridField
20 20
      * @param DataObject $record
21 21
      * @param string $columnName
22
-     * @return string|null - the HTML for the column
22
+     * @return null|\SilverStripe\ORM\FieldType\DBHTMLText - the HTML for the column
23 23
      */
24 24
     public function getColumnContent($gridField, $record, $columnName)
25 25
     {
Please login to merge, or discard this patch.
src/Tasks/GenerateJavascriptI18nTask.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
         $this->modulePath = BASE_PATH . '/omnipay-ui';
22 22
     }
23 23
 
24
+    /**
25
+     * @param string $modulePath
26
+     */
24 27
     public function setModulePath($modulePath)
25 28
     {
26 29
         $this->modulePath = $modulePath;
Please login to merge, or discard this patch.