Completed
Pull Request — master (#1)
by Nic
03:25
created
code/dataobjects/ProductWishList.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
     }
98 98
 
99 99
     /**
100
-     * @return String|bool
100
+     * @return string|false
101 101
      */
102 102
     public function getUpdateLink()
103 103
     {
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         $processTitle = ($this->getIsEditing()) ? "Update {$this->i18n_singular_name()}" : "Create {$this->i18n_singular_name()}";
51 51
         $actions = FieldList::create(
52 52
             FormAction::create('doProcessWishList')
53
-                      ->setTitle($processTitle)
53
+                        ->setTitle($processTitle)
54 54
         );
55 55
 
56 56
         if ($showCancel === true) {
Please login to merge, or discard this patch.