Completed
Push — 1.0 ( b3384d...54e142 )
by Nic
10s
created
code/pages/CatalogCategory.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     }
113 113
 
114 114
     /**
115
-     * @param null $request
115
+     * @param null|SS_HTTPRequest $request
116 116
      *
117 117
      * @return DataObject|void
118 118
      * @throws SS_HTTPResponse_Exception
@@ -135,6 +135,7 @@  discard block
 block discarded – undo
135 135
 
136 136
     /**
137 137
      * @param $event
138
+     * @param DataObject|null $product
138 139
      *
139 140
      * @return $this
140 141
      */
Please login to merge, or discard this patch.